X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=7d6ba406ed2365122dc213cb8b30da257f582db2;hb=31711e65718e8334dbb672eca64b6b4b906d1a03;hp=726b11801f8e53185edc813ce1cd37d7bbf95d10;hpb=9ec0697172ed4dbe1b65acb6f8c5cb30f5a9688a;p=pintos-anon diff --git a/TODO b/TODO index 726b118..7d6ba40 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,20 @@ * Finish writing tour. +via Godmar Back: + +* Project 3 solution needs FS lock. + +* Get rid of mmap syscall, add sbrk. + +* hash_destroy() should take function arg. + +* Make backtrace program accept multiple object file arguments, + e.g. add -u option to allow backtracing user program also. + +* VM projects do not use enough memory to force eviction. + Should reduce user limit or increase memory consumption. +