X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FTODO;h=38834e8dfc99c2b737fcd25b4f52439832410724;hb=f2d96774482503e6f5ddd23cab57cc8018c2fedd;hp=d3d8303af0b4553d77c9749b93b3e109b4a173cb;hpb=0622d54073a2268533a5cef62a11db28215a32c1;p=pintos-anon diff --git a/src/TODO b/src/TODO index d3d8303..38834e8 100644 --- a/src/TODO +++ b/src/TODO @@ -1,11 +1,8 @@ -* Write user test programs. +* 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 join. - -* Write, test user programs. - -* Figure out PD/PT management API. - - We should document what's in mmu.h. +* pagedir.[ch] needs comments. * Write, test VM. @@ -16,9 +13,10 @@ * Compile and install gdb, dbg versions. - Test gdb version. -* Write "tour". +* References/bibliography. + - Userprog refers to [SysV-i386]. -* Get rid of 16550a.h header. +* Write "tour". ----------------------------------------------------------------------