From: Ben Pfaff Date: Fri, 31 Dec 2004 22:31:50 +0000 (+0000) Subject: Update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0b24ce4c84ef2fd142ccda0cc8b45e7b559c4a;p=pintos-anon Update. --- diff --git a/solutions/README b/solutions/README index 8e9f26a..1e23f07 100644 --- a/solutions/README +++ b/solutions/README @@ -1,9 +1,6 @@ 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 solutions for p1-1, p1-2, p1-3, and p2 are okay. * 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