Clarify stack limit.
[pintos-anon] / TODO
diff --git a/TODO b/TODO
index 3d3207cbe93329bf20d6826e2517651b565323bc..9ddf3c248e4b9824600ae905480b9928999d3318 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,21 +1,24 @@
 -*- text -*-
 
-* Put time limits on tests.
+* Get rid of rox--causes more trouble than it's worth
 
-* `make grade'
+* Reconsider command line arg style--confuses everyone.
 
-* We need better and more example programs.
+* pintos script doesn't (always?) delete temp disks
 
-  - Need an mmap example program as a replacement for the crappy mmap FAQ
-    question.
+* Finish writing tour.
 
-* Give advice on how to use `diff' to find out what has changed
+via Godmar Back:
 
-* pintos script doesn't (always?) delete temp disks
+* Project 3 solution needs FS lock.
 
-* GNU make 3.80 or later is required.
+* Get rid of mmap syscall, add sbrk.
 
-* Finish writing tour.
+* 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.