Add explanatory comments to vm tests.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 726b11801f8e53185edc813ce1cd37d7bbf95d10..9ddf3c248e4b9824600ae905480b9928999d3318 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,18 @@
 
 * Finish writing tour.
 
+via Godmar Back:
+
+* Project 3 solution needs FS lock.
+
+* Get rid of mmap syscall, add sbrk.
+
+* 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.
+