New test for growing the stack using a system call.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index cac87b00f6ef20131e16db9e5e7eac7c3b451785..9ddf3c248e4b9824600ae905480b9928999d3318 100644 (file)
--- 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.