Change bitmap interface, update references.
[pintos-anon] / src / TODO
index 96007c117c5fb2527cc5795fd7e42267e3f9ff9d..681fded81a2c4259aa3146f1dbb90bab4294f33d 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,16 +1,9 @@
-* 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'.
+* Handling of read-only pages?
 
 * Test list, hash ADTs.
+  - Finish comments for hash.[ch].
 
 * Compile and install gdb, dbg versions.
   - Test gdb version.