fix wait bug in init

This commit is contained in:
rsc 2007-08-08 08:39:23 +00:00
parent f8f7fcbebd
commit 39c84ccf48
2 changed files with 4 additions and 7 deletions

4
BUGS
View file

@ -11,10 +11,6 @@ main.c:
cpus[0] -> cpus[bcpu]
init.c:
should while(wait() >= 0);
not just wait();
proc.c:
comment at top of scheduler() should say
via longjmp back to the scheduler