X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=f44e1f1c250235e767702c8eb4cea4d903b9967e;hb=b4731555b30c891d6b833e6e270e9267458f5f44;hp=67813b3d00486542c76530e024691c148fba18c0;hpb=2459d17f047ac600f4c3ef7fb5aad156996ec3c0;p=pintos-anon diff --git a/src/TODO b/src/TODO index 67813b3..f44e1f1 100644 --- a/src/TODO +++ b/src/TODO @@ -1,17 +1,26 @@ -* 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. +* Get rid of names for synch primitives? They increase the size of + each one by 16 bytes and are probably not that useful. + Alternatively make the names pointers? -* Filesystem dumps should include filehdrs? +* Write, test VM. + +* Test list, hash ADTs. + +* 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. - - Test gdb version. +* Filesystem dumps should include filehdrs? * Cross-compile notes: