Fix bugs.
[pintos-anon] / src / TODO
index f44e1f1c250235e767702c8eb4cea4d903b9967e..a234cfc77a0f448db75f71f6f48b8a3f9d817f4a 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,13 +1,11 @@
-* Get rid of names for synch primitives?  They increase the size of
-  each one by 16 bytes and are probably not that useful.
-  Alternatively make the names pointers?
+* Add stats.
 
 * Write, test VM.
 
-* Test list, hash ADTs.
+* Handling of read-only pages?
 
-* Compile and install gdb, dbg versions.
-  - Test gdb version.
+* Test list, hash ADTs.
+  - Finish comments for hash.[ch].
 
 * References/bibliography.
   - Userprog refers to [SysV-i386].