Update.
[pintos-anon] / src / TODO
index 9aa094a3d988393386a9aa0b12a3ffddc6456d57..3003410090308749c71effeb7b75251193197ea5 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,8 +1,12 @@
-* malloc() needs to block until memory is available?
+* Write "tour".
 
-* 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.
+* Using PAL_USER.
+
+----------------------------------------------------------------------
+
+* Cygwin support:
+  - PE linker scripts?  Doesn't seem to support ELF ones.
+  - .S files need _ prefixes on symbols.
 
 * Filesystem dumps should include filehdrs?