Suggestions from Godmar Back.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 726b11801f8e53185edc813ce1cd37d7bbf95d10..7d6ba406ed2365122dc213cb8b30da257f582db2 100644 (file)
--- 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.
+