summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-08 08:39:23 +0000
committerrsc <rsc>2007-08-08 08:39:23 +0000
commit39c84ccf48ca854eca47917a7585d0a2ce32f74a (patch)
tree4b5799f49e64f2506b9c5742e580da7a77766ecf /BUGS
parentf8f7fcbebdae7d3c8ac697373d0769d1ccfc31ae (diff)
downloadxv6-labs-39c84ccf48ca854eca47917a7585d0a2ce32f74a.tar.gz
xv6-labs-39c84ccf48ca854eca47917a7585d0a2ce32f74a.tar.bz2
xv6-labs-39c84ccf48ca854eca47917a7585d0a2ce32f74a.zip
fix wait bug in init
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 79e956f..daa26ca 100644
--- a/BUGS
+++ b/BUGS
@@ -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