X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=solutions%2FREADME;h=ab3e9a01defa5bee74f9c454b52f3e3dbeac3428;hb=49f91ea15da93b7df4b946d42c70e09e740f3c06;hp=1e23f07bf5f5da19cc04791368823feb92bba69e;hpb=8b0b24ce4c84ef2fd142ccda0cc8b45e7b559c4a;p=pintos-anon diff --git a/solutions/README b/solutions/README index 1e23f07..ab3e9a0 100644 --- a/solutions/README +++ b/solutions/README @@ -1,6 +1,7 @@ Sample solutions. -* The solutions for p1-1, p1-2, p1-3, and p2 are okay. +* 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