Fix multiple-output to stdout bug.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index a027d61d168b6b237d7ee6f13d01e32268460287..15902a2cd3db19fd7e77209b9d82127190a96759 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,5 @@
 -*- text -*-
 
-* Clean up:
-
-  - 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.
-
-* Grader:
-
-  - Fix bug where failures are being treated as warnings.
-
 * Userprog project:
 
   - Move `join' implementation here, from `threads' project, to help