X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=f3f6d0759fbd6961ec73a50116314c346f6371fa;hb=5fd245f9c3a9af098a98fcadf0c2012c27e96a30;hp=52f1b121b347b3efe35b210715ddad43c45e573b;hpb=605dc396d6dc9f2111e1c1938daa51e3f3bc75c3;p=pintos-anon diff --git a/src/TODO b/src/TODO index 52f1b12..f3f6d07 100644 --- a/src/TODO +++ b/src/TODO @@ -1,9 +1,14 @@ -* Write, test join. +* 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. @@ -14,6 +19,9 @@ * Compile and install gdb, dbg versions. - Test gdb version. +* References/bibliography. + - Userprog refers to [SysV-i386]. + * Write "tour". ----------------------------------------------------------------------