Merge 16550a.h into serial.c.
[pintos-anon] / src / TODO
index ea6812258b8ab76252020e55d5acb4a6862fdd2e..52f1b121b347b3efe35b210715ddad43c45e573b 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,16 +1,28 @@
-* malloc() needs to block until memory is available?
+* Write, test join.
 
-* 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 user programs.
 
-* Filesystem dumps should include filehdrs?
+* Figure out PD/PT management API.
+  - We should document what's in mmu.h.  
+
+* 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.
 
-* Add Solaris support to serial.cc.
+* Filesystem dumps should include filehdrs?
 
 * Cross-compile notes: