Move problem 1-2 (join) into project 2 as the "wait" system call.
[pintos-anon] / solutions / README
index 23bb6dd561167ebd68885a3a5c0bf59934a10d10..a4dabc052cf781d436bc2b7d8d6916f899c22ad0 100644 (file)
@@ -1,9 +1,9 @@
 Sample solutions.
 
-* The solutions for p1-1, p1-2, and p2 are okay.
-
-* The solution for p1-3 needs some work.
+* The solutions for p1-1, p1-2, and p2 are good enough.  They
+  pass all the appropriate tests in the grading directory.
 
 * The solution for p3 is terrible.  For example, there's no locking at
   all.  I just wrote it to make sure that the project was possible
-  given the tools that we gave the students.
+  given the tools that we gave the students.  It also suffers from bit
+  rot and won't actually apply anymore.