thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
[pintos-anon] / src / TODO
index 9aa094a3d988393386a9aa0b12a3ffddc6456d57..1734938aa2fd536f009c77fabdc696c2b22fa5d7 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,8 +1,20 @@
-* malloc() needs to block until memory is available?
+* Write, test VM.
 
-* 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.
+* Test list, hash ADTs.
+
+* 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.
 
 * Filesystem dumps should include filehdrs?