Update.
[pintos-anon] / src / TODO
index 67813b3d00486542c76530e024691c148fba18c0..681fded81a2c4259aa3146f1dbb90bab4294f33d 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,17 +1,25 @@
-* 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 VM.
 
-* Filesystem dumps should include filehdrs?
+* Handling of read-only pages?
+
+* Test list, hash ADTs.
+  - Finish comments for hash.[ch].
+
+* Compile and install gdb, dbg versions.
+  - Test gdb version.
+
+* References/bibliography.
+  - Userprog refers to [SysV-i386].
+
+* Write "tour".
+
+----------------------------------------------------------------------
 
 * Cygwin support:
   - PE linker scripts?  Doesn't seem to support ELF ones.
   - .S files need _ prefixes on symbols.
 
-* Implement `jitter'.
-
-* Compile and install gdb, dbg versions.
-  - Test gdb version.
+* Filesystem dumps should include filehdrs?
 
 * Cross-compile notes: