X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fuserprog%2Freview.txt;h=29ed26b0e52e5de9b018d6081dc11421da9bed3b;hb=ad1b604c20ab2ea8006665d7f1462aac93f74f71;hp=c48657e1898666fd1d3a805bcd8248be1cb9560a;hpb=b4f489ab73a6b097fcc391bc6f18640662b5398e;p=pintos-anon diff --git a/grading/userprog/review.txt b/grading/userprog/review.txt index c48657e..29ed26b 100644 --- a/grading/userprog/review.txt +++ b/grading/userprog/review.txt @@ -27,8 +27,8 @@ Program arguments: User/kernel copying: -5 Too many copies of user/kernel copying code - -10 Doesn't check for page boundaries - -3 Imperfect checking for page boundaries + -20 Doesn't check for page boundaries + -10 Imperfect checking for page boundaries -5 Doesn't check whether pointers are at or above PHYS_BASE -2 Imperfect checking whether pointers are at or above PHYS_BASE +3 Copies large chunks while properly observing page boundaries