Updated sample solutions to correspond with current code.
[pintos-anon] / solutions / README
index 38668ba65d13744f74b70aff425fa1f06d3fcecc..f58a2d40fb68bdffced740ddfb39217284348fcb 100644 (file)
@@ -2,3 +2,9 @@ Sample solutions.
 
 These solutions are well written and pass all the corresponding tests.
 You can run them automatically with `make check' in tests/.
+
+The patches must be applied in order. For example, to get a solution for
+Project 3, invoke the following commands in the Pintos top-level directory:
+    patch -p1 < p1.patch
+    patch -p1 < p2.patch
+    patch -p1 < p3.patch