X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=38834e8dfc99c2b737fcd25b4f52439832410724;hb=ef7424cd597f158bca3e2c277dee32ee652502f5;hp=96007c117c5fb2527cc5795fd7e42267e3f9ff9d;hpb=f2bf0185a84318aa0f957baba26d3c0551fe3ace;p=pintos-anon diff --git a/src/TODO b/src/TODO index 96007c1..38834e8 100644 --- a/src/TODO +++ b/src/TODO @@ -1,10 +1,8 @@ -* Write, test user programs. - - addrspace_load() should return thread's esp. - - thread_execute() shouldn't panic on failure (!). +* 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? -* Figure out PD/PT management API. - - We should document what's in mmu.h. - - pagedir.[ch] is undocumented. +* pagedir.[ch] needs comments. * Write, test VM.