X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=30f324682f09fc10a05eacd400ad8f1fa1ae6422;hb=ff076af15fa93292b8843e76bd6bab7ac5421095;hp=27c6254779543e2171a417168aab385931394e0b;hpb=c8b4c7b5fd31a2d9554975c5b862da696e44bca9;p=pintos-anon diff --git a/TODO b/TODO index 27c6254..30f3246 100644 --- a/TODO +++ b/TODO @@ -18,3 +18,13 @@ * userprog project should mark read-only pages as actually read-only in the page table + +* Add src/testcases/vm, src/testcases/filesys and make it clear to use + them? + +* Speed up disk routines: filling an 8 MB disk takes a long time. + +* Not sure that raw arc4 should really be used so much in the tests. + Any reason not to use random_bytes()? + +* Grading script patches needed anymore?