Update docs.
[pintos-anon] / src / TODO
index 8dafda6d1daf5e3b70b975db6a1efc61674c3943..a234cfc77a0f448db75f71f6f48b8a3f9d817f4a 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,19 +1,14 @@
-* Write, test join.
-
-* Write, test user programs.
-
-* Figure out PD/PT management API.
-  - We should document what's in mmu.h.  
-  - pagedir.[ch] is undocumented.
+* Add stats.
 
 * Write, test VM.
 
-* Implement `jitter'.
+* Handling of read-only pages?
 
 * Test list, hash ADTs.
+  - Finish comments for hash.[ch].
 
-* Compile and install gdb, dbg versions.
-  - Test gdb version.
+* References/bibliography.
+  - Userprog refers to [SysV-i386].
 
 * Write "tour".