X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=1734938aa2fd536f009c77fabdc696c2b22fa5d7;hb=4b6ccd758646b7101a5251ca2f18f3b262b3d30d;hp=89961e76e65169f074d181b4e6e3345e594a08bc;hpb=e86b73bfe5e9fefe72dd8aa8df10469f3dd52922;p=pintos-anon diff --git a/src/TODO b/src/TODO index 89961e7..1734938 100644 --- a/src/TODO +++ b/src/TODO @@ -1,21 +1,5 @@ -* userprog should mention that keyboard over serial doesn't work - -* 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? - -* Write, test user programs. - - addrspace_load() should return thread's esp. - - thread_execute() shouldn't panic on failure (!). - -* Figure out PD/PT management API. - - We should document what's in mmu.h. - - pagedir.[ch] is undocumented. - * Write, test VM. -* Implement `jitter'. - * Test list, hash ADTs. * Compile and install gdb, dbg versions.