thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
[pintos-anon] / src / TODO
index 8dafda6d1daf5e3b70b975db6a1efc61674c3943..1734938aa2fd536f009c77fabdc696c2b22fa5d7 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,20 +1,13 @@
-* 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.
-
 * Write, test VM.
 
-* Implement `jitter'.
-
 * Test list, hash ADTs.
 
 * Compile and install gdb, dbg versions.
   - Test gdb version.
 
+* References/bibliography.
+  - Userprog refers to [SysV-i386].
+
 * Write "tour".
 
 ----------------------------------------------------------------------