Move pagedir stuff into userprog.
[pintos-anon] / src / TODO
index 67813b3d00486542c76530e024691c148fba18c0..8dafda6d1daf5e3b70b975db6a1efc61674c3943 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,18 +1,30 @@
-* Should we use a task gate for hardware interrupts?  Then we could
-  dedicate a stack to interrupt handling and not worry about interrupt
-  usage of kernel stacks.
+* Write, test join.
 
-* Filesystem dumps should include filehdrs?
+* Write, test user programs.
 
-* Cygwin support:
-  - PE linker scripts?  Doesn't seem to support ELF ones.
-  - .S files need _ prefixes on symbols.
+* 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.
   - Test gdb version.
 
+* Write "tour".
+
+----------------------------------------------------------------------
+
+* Cygwin support:
+  - PE linker scripts?  Doesn't seem to support ELF ones.
+  - .S files need _ prefixes on symbols.
+
+* Filesystem dumps should include filehdrs?
+
 * Cross-compile notes:
 
 cd /tmp