Call serial_flush() in power_off().
[pintos-anon] / src / TODO
index 8dafda6d1daf5e3b70b975db6a1efc61674c3943..f44e1f1c250235e767702c8eb4cea4d903b9967e 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,20 +1,17 @@
-* 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.
+* 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 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".
 
 ----------------------------------------------------------------------