X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=c61d44cb975211e0ac2888f351d36df02780ad85;hb=49f91ea15da93b7df4b946d42c70e09e740f3c06;hp=1b0d43f0e8faaf20ee7c1bd47d53438401f00da8;hpb=b54220fb8ef7c55748cba4cdc7035dd4d5afc161;p=pintos-anon diff --git a/TODO b/TODO index 1b0d43f..c61d44c 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,19 @@ -*- text -*- -* Grader: +* The tests in tests/ don't apply the grading patches. - - Fix bug where failures are being treated as warnings. +* Threads: + + - join-invalid doesn't compile if tid_t is not scalar type. * Userprog project: - Move `join' implementation here, from `threads' project, to help normalize the project difficulties. + - The semantics of the join system call should change so that it + only returns the exit code once. + - Mark read-only pages as actually read-only in the page table. Or, since this was consistently rated as the easiest project by the students, require them to do it. @@ -37,9 +42,6 @@ . Other good ideas. - - The semantics of the join system call should change so that it - only returns the exit code once. - - mmap/munmap should use segment IDs like Nachos. Too hard otherwise.