From dc17c571d79b596194b88c50d5113e4a1b2f2238 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 5 Mar 2005 05:21:27 +0000 Subject: [PATCH] More to do. --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.30.2