Call serial_flush() in power_off().
[pintos-anon] / src / TODO
index f3f6d0759fbd6961ec73a50116314c346f6371fa..f44e1f1c250235e767702c8eb4cea4d903b9967e 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -2,18 +2,8 @@
   each one by 16 bytes and are probably not that useful.
   Alternatively make the names pointers?
 
-* Write, test user programs.
-  - addrspace_load() should return thread's esp.
-  - thread_execute() shouldn't panic on failure (!).
-
-* 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.