From: Ben Pfaff Date: Wed, 15 Dec 2004 06:11:53 +0000 (+0000) Subject: Update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fc8d6b82dd68230c443157dea73879f0b95bd4;p=pintos-anon Update. --- diff --git a/TODO b/TODO index 1b0d43f..2d61506 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,9 @@ - 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 +40,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.