X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=96007c117c5fb2527cc5795fd7e42267e3f9ff9d;hb=650e6e5328869b7f6d51eee312a1bd4e4f0318a0;hp=67813b3d00486542c76530e024691c148fba18c0;hpb=2459d17f047ac600f4c3ef7fb5aad156996ec3c0;p=pintos-anon diff --git a/src/TODO b/src/TODO index 67813b3..96007c1 100644 --- a/src/TODO +++ b/src/TODO @@ -1,18 +1,33 @@ -* 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. +* Write, test user programs. + - addrspace_load() should return thread's esp. + - thread_execute() shouldn't panic on failure (!). -* Filesystem dumps should include filehdrs? +* Figure out PD/PT management API. + - We should document what's in mmu.h. + - pagedir.[ch] is undocumented. -* Cygwin support: - - PE linker scripts? Doesn't seem to support ELF ones. - - .S files need _ prefixes on symbols. +* Write, test VM. * Implement `jitter'. +* 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. + +* Filesystem dumps should include filehdrs? + * Cross-compile notes: cd /tmp