projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27b29c
)
Initial list.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 8 Sep 2004 00:01:49 +0000
(
00:01
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 8 Sep 2004 00:01:49 +0000
(
00:01
+0000)
src/TODO
[new file with mode: 0644]
patch
|
blob
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?