X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=TODO;h=1650b14625b72fc7cd528efb6d63baae2958791e;hb=659699f7814602571f17a88965ece50c7ebad0ad;hp=a027d61d168b6b237d7ee6f13d01e32268460287;hpb=b15b5fdcc992e85626010a084fb126dc0bae8cf9;p=pintos-anon diff --git a/TODO b/TODO index a027d61..1650b14 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,13 @@ -*- text -*- -* Clean up: +* The tests in tests/ don't apply the grading patches. - - Replace AT&T assembly code by Intel assembly so that students can - figure out the asm from the Intel manuals. Compare object files - before and after to make sure nothing changed. +* Threads: -* Grader: + - join-invalid doesn't compile if tid_t is not scalar type. - - Fix bug where failures are being treated as warnings. + - mlfqs tests suck. They aren't even correct, e.g. the amarv + submission from win0405 is graded incorrectly. * Userprog project: