Add cast to silence new warning in GCC 4.0.
[pintos-anon] / solutions / README
index f4d230910426889a52b80dcdaf5faf0809cfdd56..c56106dcedaf97cc78defa5543044c97591ecf1f 100644 (file)
@@ -1,9 +1,4 @@
 Sample solutions.
 
-* The solutions for p1-2 and p2 are okay.
-
-* The solution for p1-3 needs some work.
-
-* 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.
+These solutions are well written and pass all the corresponding tests.
+You can run them automatically with `make check' in tests/.