X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=681fded81a2c4259aa3146f1dbb90bab4294f33d;hb=22b06cfcc0dbb31b2f791015352f704c0d142a60;hp=0dae14b87077379b47b0f5b7ed54cee6cfd2ea9d;hpb=d3f8a4725a50e0df1b83612acbeafc136b42a4aa;p=pintos-anon diff --git a/src/TODO b/src/TODO index 0dae14b..681fded 100644 --- a/src/TODO +++ b/src/TODO @@ -1,18 +1,25 @@ -* malloc() needs to block until memory is available? +* Write, test VM. -* 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. +* Handling of read-only pages? -* Filesystem dumps should include filehdrs? +* Test list, hash ADTs. + - Finish comments for hash.[ch]. + +* Compile and install gdb, dbg versions. + - Test gdb version. + +* References/bibliography. + - Userprog refers to [SysV-i386]. + +* Write "tour". + +---------------------------------------------------------------------- * Cygwin support: - PE linker scripts? Doesn't seem to support ELF ones. - .S files need _ prefixes on symbols. -* Implement `jitter'. - -* Compile and install gdb, dbg versions. +* Filesystem dumps should include filehdrs? * Cross-compile notes: