From: Ben Pfaff Date: Wed, 8 Sep 2004 00:01:49 +0000 (+0000) Subject: Initial list. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1516057da5811ae175b2ec9b511c83125993cb9;p=pintos-anon Initial list. --- diff --git a/src/TODO b/src/TODO new file mode 100644 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?