X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=89961e76e65169f074d181b4e6e3345e594a08bc;hb=2954eea99520a7585b4419c78771a6f341937ef3;hp=8dafda6d1daf5e3b70b975db6a1efc61674c3943;hpb=b0a700d18f0a0a8c87e1a4fff3a2108e0edb0fbc;p=pintos-anon diff --git a/src/TODO b/src/TODO index 8dafda6..89961e7 100644 --- a/src/TODO +++ b/src/TODO @@ -1,6 +1,12 @@ -* Write, test join. +* 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. @@ -15,6 +21,9 @@ * Compile and install gdb, dbg versions. - Test gdb version. +* References/bibliography. + - Userprog refers to [SysV-i386]. + * Write "tour". ----------------------------------------------------------------------