Revise makefile structure.
[pintos-anon] / src / TODO
index d3d8303af0b4553d77c9749b93b3e109b4a173cb..f3f6d0759fbd6961ec73a50116314c346f6371fa 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,11 +1,14 @@
-* Write user test programs.
-
-* 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.
+  - 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.
 
 * Compile and install gdb, dbg versions.
   - Test gdb version.
 
-* Write "tour".
+* References/bibliography.
+  - Userprog refers to [SysV-i386].
 
-* Get rid of 16550a.h header.
+* Write "tour".
 
 ----------------------------------------------------------------------