Rename addrspace to process.
[pintos-anon] / src / TODO
index 8dafda6d1daf5e3b70b975db6a1efc61674c3943..38834e8dfc99c2b737fcd25b4f52439832410724 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,10 +1,8 @@
-* Write, test join.
+* 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?
 
-* Write, test user programs.
-
-* Figure out PD/PT management API.
-  - We should document what's in mmu.h.  
-  - pagedir.[ch] is undocumented.
+* pagedir.[ch] needs comments.
 
 * Write, test VM.
 
@@ -15,6 +13,9 @@
 * Compile and install gdb, dbg versions.
   - Test gdb version.
 
+* References/bibliography.
+  - Userprog refers to [SysV-i386].
+
 * Write "tour".
 
 ----------------------------------------------------------------------