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