diff options
author | rsc <rsc> | 2007-08-08 09:02:50 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-08 09:02:50 +0000 |
commit | 5bbba977d1257659485a924d01f1975e5d5f2c91 (patch) | |
tree | 6ebaecc072ff2a995bda5e87dbab14d1213cbd06 | |
parent | b6dc6187f7b0868f0a08e80a20c2a13c32e519ed (diff) | |
download | xv6-labs-5bbba977d1257659485a924d01f1975e5d5f2c91.tar.gz xv6-labs-5bbba977d1257659485a924d01f1975e5d5f2c91.tar.bz2 xv6-labs-5bbba977d1257659485a924d01f1975e5d5f2c91.zip |
done
-rw-r--r-- | BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |