X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=681fded81a2c4259aa3146f1dbb90bab4294f33d;hb=16d8d5756131bf5bc0850537d0f09d4848ffcdec;hp=d3d8303af0b4553d77c9749b93b3e109b4a173cb;hpb=0622d54073a2268533a5cef62a11db28215a32c1;p=pintos-anon diff --git a/src/TODO b/src/TODO index d3d8303..681fded 100644 --- a/src/TODO +++ b/src/TODO @@ -1,24 +1,17 @@ -* Write user test programs. - -* Write, test join. - -* Write, test user programs. - -* Figure out PD/PT management API. - - We should document what's in mmu.h. - * 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. -* Write "tour". +* References/bibliography. + - Userprog refers to [SysV-i386]. -* Get rid of 16550a.h header. +* Write "tour". ----------------------------------------------------------------------