From: Ben Pfaff Date: Sat, 5 Mar 2005 05:21:27 +0000 (+0000) Subject: More to do. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=dc17c571d79b596194b88c50d5113e4a1b2f2238;p=pintos-anon More to do. --- diff --git a/TODO b/TODO index 8aaf137..1046007 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ * The tests in tests/ don't apply the grading patches. +* We need better example programs. + * Threads: - join-invalid doesn't compile if tid_t is not scalar type. @@ -33,6 +35,17 @@ Alternately we could just remove the synchronization on pid selection and check that students fix it. +* Filesys project: + + - Increase maximum disk size from 8 MB to something that actually + requires doubly indirect nodes. There is a negative pressure here + from the bitmap object--perhaps we need a specialized bitmap that + doesn't have to be all in-memory at once. + + Alternatively, shrink the inode size. + + - Add mkdir and ls example user programs. + * Documentation: - Finish writing tour.