X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=30f324682f09fc10a05eacd400ad8f1fa1ae6422;hb=ff076af15fa93292b8843e76bd6bab7ac5421095;hp=e0fec00c475b7caa0b8d45f23f7490b7c52650e9;hpb=f689f8ee5cdf32837d5a8bb9a9cd0f6810016123;p=pintos-anon diff --git a/TODO b/TODO index e0fec00..30f3246 100644 --- a/TODO +++ b/TODO @@ -21,3 +21,10 @@ * 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?