X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FTODO;h=681fded81a2c4259aa3146f1dbb90bab4294f33d;hb=a23e3e47eb037b5de510b9661635e3df0a5bfdd0;hp=38834e8dfc99c2b737fcd25b4f52439832410724;hpb=b5457425e2e9bf2bf484887bba28cde1f2a57048;p=pintos-anon diff --git a/src/TODO b/src/TODO index 38834e8..681fded 100644 --- a/src/TODO +++ b/src/TODO @@ -1,14 +1,9 @@ -* 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? - -* pagedir.[ch] needs comments. - * 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.