X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=solutions%2FREADME;h=8e9f26a7881f0f29d579722d4549f2b00e263030;hb=4cc63e5b2f809643726e84cfb2c0a8def042bab7;hp=23bb6dd561167ebd68885a3a5c0bf59934a10d10;hpb=6f4cde425a88b5b7fd7d44f0f3b3e1641901ec79;p=pintos-anon diff --git a/solutions/README b/solutions/README index 23bb6dd..8e9f26a 100644 --- a/solutions/README +++ b/solutions/README @@ -2,7 +2,8 @@ Sample solutions. * The solutions for p1-1, p1-2, and p2 are okay. -* The solution for p1-3 needs some work. +* 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