Updated sample solutions to correspond with current code.
[pintos-anon] / solutions / README
1 Sample solutions. 
2
3 These solutions are well written and pass all the corresponding tests.
4 You can run them automatically with `make check' in tests/.
5
6 The patches must be applied in order. For example, to get a solution for
7 Project 3, invoke the following commands in the Pintos top-level directory:
8     patch -p1 < p1.patch
9     patch -p1 < p2.patch
10     patch -p1 < p3.patch