active_pd() should return a virtual address. Thanks to Guy Isely
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 31606d182661ee33ae3ceefb616355d5f7daac19..1650b14625b72fc7cd528efb6d63baae2958791e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,13 @@
 -*- text -*-
 
-* Miscellaneous:
+* The tests in tests/ don't apply the grading patches.
 
-  - Currently the `pintos' utility has a broken return code policy: it
-    returns 1 to indicate success.  It inherited this mistake from
-    Bochs, which does something similar.  This needs to be fixed.
+* Threads:
+
+  - join-invalid doesn't compile if tid_t is not scalar type.
+
+  - mlfqs tests suck.  They aren't even correct, e.g. the amarv
+    submission from win0405 is graded incorrectly.
 
 * Userprog project: