X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FTODO;h=1734938aa2fd536f009c77fabdc696c2b22fa5d7;hb=c80e647ab8f44161cfe75f6e39bdaf8624c32dd3;hp=f3f6d0759fbd6961ec73a50116314c346f6371fa;hpb=04c55108f55f8a6f4a31a5085151bb729635ff8e;p=pintos-anon diff --git a/src/TODO b/src/TODO index f3f6d07..1734938 100644 --- a/src/TODO +++ b/src/TODO @@ -1,19 +1,5 @@ -* 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.