TODO list for USB development.
[pintos-anon] / src / TODO
index 72126d5c71570d32152c0db69403107ccd4adec8..70e206de2733ef46fded7306efc6e1be6be56b53 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,7 +1,3 @@
-* malloc() needs to block until memory is available?
+* Stats should be per-file system, not per-disk.
 
-* 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?
+* Use xmalloc(), xcalloc() everywhere appropriate.