X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=9ddf3c248e4b9824600ae905480b9928999d3318;hb=80871b49d0f346c11275dcea5f86335399efbd1b;hp=cac87b00f6ef20131e16db9e5e7eac7c3b451785;hpb=8a861f5507a1a11b7458e947b2cfcd52458d2879;p=pintos-anon diff --git a/TODO b/TODO index cac87b0..9ddf3c2 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,11 @@ via Godmar Back: * 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.