From: rsc Date: Wed, 8 Aug 2007 09:02:50 +0000 (+0000) Subject: done X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=5bbba977d1257659485a924d01f1975e5d5f2c91;p=cs3210-lab0.git done --- diff --git a/BUGS b/BUGS index 0c6f14b..2f6d8bc 100644 --- a/BUGS +++ b/BUGS @@ -27,9 +27,6 @@ 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.