From: Ben Pfaff Date: Tue, 23 Nov 2004 01:37:47 +0000 (+0000) Subject: Update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8925763e88de77ae041d77082d7b8d00fb58c7d2;p=pintos-anon Update. --- diff --git a/TODO b/TODO index 3949bf8..ec8df97 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,5 @@ * 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.