Update.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Dec 2004 06:11:53 +0000 (06:11 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Dec 2004 06:11:53 +0000 (06:11 +0000)
TODO

diff --git a/TODO b/TODO
index 1b0d43f0e8faaf20ee7c1bd47d53438401f00da8..2d61506b6882bbfdb81b170fb1de9779110dc8d1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,6 +9,9 @@
   - Move `join' implementation here, from `threads' project, to help
     normalize the project difficulties.
 
+  - The semantics of the join system call should change so that it
+    only returns the exit code once.
+
   - Mark read-only pages as actually read-only in the page table.  Or,
     since this was consistently rated as the easiest project by the
     students, require them to do it.
@@ -37,9 +40,6 @@
 
     . Other good ideas.
 
-  - The semantics of the join system call should change so that it
-    only returns the exit code once.
-
   - mmap/munmap should use segment IDs like Nachos.  Too hard
     otherwise.