X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=solutions%2FREADME;h=f4d230910426889a52b80dcdaf5faf0809cfdd56;hb=a8fc8d6b82dd68230c443157dea73879f0b95bd4;hp=8a83af030b23458a50479f9fd93ce79f05bdb33c;hpb=8a8db36c5a9ca4d8a8c7323105328beb57a6ae75;p=pintos-anon diff --git a/solutions/README b/solutions/README index 8a83af0..f4d2309 100644 --- a/solutions/README +++ b/solutions/README @@ -2,6 +2,8 @@ Sample solutions. * The solutions for p1-2 and p2 are okay. +* The solution for p1-3 needs some work. + * 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.