X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=681fded81a2c4259aa3146f1dbb90bab4294f33d;hb=a23e3e47eb037b5de510b9661635e3df0a5bfdd0;hp=96007c117c5fb2527cc5795fd7e42267e3f9ff9d;hpb=f2bf0185a84318aa0f957baba26d3c0551fe3ace;p=pintos-anon diff --git a/src/TODO b/src/TODO index 96007c1..681fded 100644 --- a/src/TODO +++ b/src/TODO @@ -1,16 +1,9 @@ -* 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'. +* Handling of read-only pages? * Test list, hash ADTs. + - Finish comments for hash.[ch]. * Compile and install gdb, dbg versions. - Test gdb version.