X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=TODO;h=85d2dd3db9506996f5f5e78eee57676bdd73ce78;hb=a7fefbb3d10e9bcc3a9baf9d0f3b6e8b0eac83d4;hp=9825200fed911631d245c7fa0048ee61476789fb;hpb=e2c7fa52b1352b6fe736050e30c3a9a9ad633307;p=pintos-anon diff --git a/TODO b/TODO index 9825200..85d2dd3 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. @@ -84,6 +87,8 @@ . Other good ideas. + . opendir/readdir/closedir + - Add src/testcases/vm, src/testcases/filesys and make it clear to use them?