When running a "test" or "assemble" target, run-tests now returns zero
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 2d61506b6882bbfdb81b170fb1de9779110dc8d1..b4e216e1288f0ced59b414d8979ce303c0771099 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,14 @@
 -*- text -*-
 
-* Grader:
+* FS and GS:
 
-  - Fix bug where failures are being treated as warnings.
+  - struct intr_frame: Add members.
+  
+  - intr_entry(): Save, reset.
+
+  - intr_exit(): Restore.
+
+  - execute_thread(): Initialize.
 
 * Userprog project: