X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=b4e216e1288f0ced59b414d8979ce303c0771099;hb=39e2b81b7bb61f390e5bb0a3972f943ef133b7b9;hp=2d61506b6882bbfdb81b170fb1de9779110dc8d1;hpb=a8fc8d6b82dd68230c443157dea73879f0b95bd4;p=pintos-anon diff --git a/TODO b/TODO index 2d61506..b4e216e 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,14 @@ -*- text -*- -* Grader: +* FS and GS: - - Fix bug where failures are being treated as warnings. + - struct intr_frame: Add members. + + - intr_entry(): Save, reset. + + - intr_exit(): Restore. + + - execute_thread(): Initialize. * Userprog project: