Fix bugs.
[pintos-anon] / src / TODO
index 96007c117c5fb2527cc5795fd7e42267e3f9ff9d..a234cfc77a0f448db75f71f6f48b8a3f9d817f4a 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,19 +1,11 @@
-* 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.
+* Add stats.
 
 * Write, test VM.
 
-* Implement `jitter'.
+* Handling of read-only pages?
 
 * Test list, hash ADTs.
-
-* Compile and install gdb, dbg versions.
-  - Test gdb version.
+  - Finish comments for hash.[ch].
 
 * References/bibliography.
   - Userprog refers to [SysV-i386].