Update docs.
[pintos-anon] / src / TODO
index 38834e8dfc99c2b737fcd25b4f52439832410724..a234cfc77a0f448db75f71f6f48b8a3f9d817f4a 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,17 +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?
-
-* pagedir.[ch] needs comments.
+* Add stats.
 
 * Write, test VM.
 
-* Implement `jitter'.
+* Handling of read-only pages?
 
 * Test list, hash ADTs.
-
-* Compile and install gdb, dbg versions.
-  - Test gdb version.
+  - Finish comments for hash.[ch].
 
 * References/bibliography.
   - Userprog refers to [SysV-i386].