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