Use TIMER_FREQ of 19 for grading priority-fifo.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index a027d61d168b6b237d7ee6f13d01e32268460287..1650b14625b72fc7cd528efb6d63baae2958791e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,13 @@
 -*- text -*-
 
-* Clean up:
+* The tests in tests/ don't apply the grading patches.
 
-  - Replace AT&T assembly code by Intel assembly so that students can
-    figure out the asm from the Intel manuals.  Compare object files
-    before and after to make sure nothing changed.
+* Threads:
 
-* Grader:
+  - join-invalid doesn't compile if tid_t is not scalar type.
 
-  - Fix bug where failures are being treated as warnings.
+  - mlfqs tests suck.  They aren't even correct, e.g. the amarv
+    submission from win0405 is graded incorrectly.
 
 * Userprog project: