Update.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index b4e216e1288f0ced59b414d8979ce303c0771099..c61d44cb975211e0ac2888f351d36df02780ad85 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,10 @@
 -*- text -*-
 
-* FS and GS:
+* The tests in tests/ don't apply the grading patches.
 
-  - struct intr_frame: Add members.
-  
-  - intr_entry(): Save, reset.
+* Threads:
 
-  - intr_exit(): Restore.
-
-  - execute_thread(): Initialize.
+  - join-invalid doesn't compile if tid_t is not scalar type.
 
 * Userprog project: