X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=TODO;h=1650b14625b72fc7cd528efb6d63baae2958791e;hb=60cba7a21c87442984f87f97597173e2b6357ac0;hp=b4e216e1288f0ced59b414d8979ce303c0771099;hpb=d94ef8e6ae06a900422266d92998f5fde4be5d0a;p=pintos-anon diff --git a/TODO b/TODO index b4e216e..1650b14 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,13 @@ -*- text -*- -* FS and GS: +* The tests in tests/ don't apply the grading patches. - - struct intr_frame: Add members. - - - intr_entry(): Save, reset. +* Threads: - - intr_exit(): Restore. + - join-invalid doesn't compile if tid_t is not scalar type. - - execute_thread(): Initialize. + - mlfqs tests suck. They aren't even correct, e.g. the amarv + submission from win0405 is graded incorrectly. * Userprog project: