Skip to content

Commit

Permalink
a few notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Oct 13, 2006
1 parent f8ac639 commit 7356f26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,17 @@ proc.c:

sched -> switch2scheduler? or just switch?

factor out switching and scheduling code from process code

trap.c
if spin locks are ever held without cli,
trap should call yield() only if nlock == 0

main.c, proc.c, trap.c:
use a constant for 3 (USER).

ide.c: synchronous disk write -> polling disk write. search for
(a)synchronous; xv6 doesn't have asynchronous writes.

fs.c: split all name operations off in name.c? (starting with namei but move
wdir keep in fs.c)

0 comments on commit 7356f26

Please sign in to comment.