Update.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index a07e2b422e21fe45b32a9f4cb5dc37c3ceb297b7..31606d182661ee33ae3ceefb616355d5f7daac19 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
 -*- text -*-
 
-* Clean up:
+* Miscellaneous:
 
-  - 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.
+  - 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.
 
 * Userprog project: