Initial list.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Sep 2004 00:01:49 +0000 (00:01 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Sep 2004 00:01:49 +0000 (00:01 +0000)
src/TODO [new file with mode: 0644]

diff --git a/src/TODO b/src/TODO
new file mode 100644 (file)
index 0000000..72126d5
--- /dev/null
+++ b/src/TODO
@@ -0,0 +1,7 @@
+* malloc() needs to block until memory is available?
+
+* 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.
+
+* Filesystem dumps should include filehdrs?