X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=681fded81a2c4259aa3146f1dbb90bab4294f33d;hb=592a61ce0fad1854d446b1bdbdc7962bfa868bc2;hp=ea6812258b8ab76252020e55d5acb4a6862fdd2e;hpb=142e3b78061fe9df4ff5fd2fe18d5cf1242e178c;p=pintos-anon diff --git a/src/TODO b/src/TODO index ea68122..681fded 100644 --- a/src/TODO +++ b/src/TODO @@ -1,16 +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. -* Add Solaris support to serial.cc. +* Filesystem dumps should include filehdrs? * Cross-compile notes: