-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In your testos, user & kernel share the same printf function. According to my understanding, when user app calls printf, for each char, user will trap into kernel and print one character (so I guess it is a correct but inefficient design?).
In comparison, in the original rCore design, user and kernel implement print functions separately.
Metadata
Metadata
Assignees
Labels
No labels