X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=solutions%2FREADME;h=38668ba65d13744f74b70aff425fa1f06d3fcecc;hb=a4d72a2eec532fd923e507399bc33e75bb1c3fe5;hp=ab3e9a01defa5bee74f9c454b52f3e3dbeac3428;hpb=597cd3a7dc722167fba91c8c7f572ca80107c966;p=pintos-anon diff --git a/solutions/README b/solutions/README index ab3e9a0..38668ba 100644 --- a/solutions/README +++ b/solutions/README @@ -1,8 +1,4 @@ -Sample solutions. +Sample solutions. -* The solutions for p1-1, p1-2, p1-3, 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. +These solutions are well written and pass all the corresponding tests. +You can run them automatically with `make check' in tests/.