Initial file system tests.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index e0fec00c475b7caa0b8d45f23f7490b7c52650e9..30f324682f09fc10a05eacd400ad8f1fa1ae6422 100644 (file)
--- a/TODO
+++ b/TODO
 
 * 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?