X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=solutions%2FREADME;h=38668ba65d13744f74b70aff425fa1f06d3fcecc;hb=60a942524737a1053d8b980bfc4e403ea8ec0007;hp=8e9f26a7881f0f29d579722d4549f2b00e263030;hpb=187ff30a3eb05f50c3ca0df8fed87d36f82e2e3d;p=pintos-anon diff --git a/solutions/README b/solutions/README index 8e9f26a..38668ba 100644 --- a/solutions/README +++ b/solutions/README @@ -1,10 +1,4 @@ -Sample solutions. +Sample solutions. -* The solutions for p1-1, p1-2, and p2 are okay. - -* The solution for p1-3 needs some work. It doesn't pass all of the - tests. - -* 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/.