From: Ben Pfaff Date: Sat, 5 Mar 2005 20:24:35 +0000 (+0000) Subject: More to-do. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=d80dc83cd65332de026aa01035967fc031d0f305;hp=dd07a992c428c400a35f132a418b2b4bb2301e6a;p=pintos-anon More to-do. --- diff --git a/TODO b/TODO index 9825200..ac46639 100644 --- a/TODO +++ b/TODO @@ -2,11 +2,14 @@ * The tests in tests/ don't apply the grading patches. -* We need better example programs. +* We need better and more example programs. - Need an mmap example program as a replacement for the crappy mmap FAQ question. +* Make it clear that the students own their code, because there was some + confusion on that point. + * Threads: - join-invalid doesn't compile if tid_t is not scalar type.