Update.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 15902a2cd3db19fd7e77209b9d82127190a96759..31606d182661ee33ae3ceefb616355d5f7daac19 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,11 @@
 -*- text -*-
 
+* Miscellaneous:
+
+  - 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:
 
   - Move `join' implementation here, from `threads' project, to help