X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=6392e2920875a168df94f46c896b6beaa617ef18;hb=1e70978fdf2e3dd9a3c2153dab259bc689fd7d31;hp=0dae14b87077379b47b0f5b7ed54cee6cfd2ea9d;hpb=d3f8a4725a50e0df1b83612acbeafc136b42a4aa;p=pintos-anon diff --git a/src/TODO b/src/TODO index 0dae14b..6392e29 100644 --- a/src/TODO +++ b/src/TODO @@ -1,18 +1,14 @@ -* malloc() needs to block until memory is available? +* Write "tour". -* 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. +* Always flush TLB. -* Filesystem dumps should include filehdrs? +---------------------------------------------------------------------- * 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: