X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FTODO;h=6392e2920875a168df94f46c896b6beaa617ef18;hb=63b811f31e550794fbbcaa75ea51b41023178f28;hp=9aa094a3d988393386a9aa0b12a3ffddc6456d57;hpb=f503821a83bef230618f5d9f4b687d2372ec4299;p=pintos-anon diff --git a/src/TODO b/src/TODO index 9aa094a..6392e29 100644 --- a/src/TODO +++ b/src/TODO @@ -1,8 +1,12 @@ -* 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. + +---------------------------------------------------------------------- + +* Cygwin support: + - PE linker scripts? Doesn't seem to support ELF ones. + - .S files need _ prefixes on symbols. * Filesystem dumps should include filehdrs?