X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=9ddf3c248e4b9824600ae905480b9928999d3318;hb=80871b49d0f346c11275dcea5f86335399efbd1b;hp=3d3207cbe93329bf20d6826e2517651b565323bc;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/TODO b/TODO index 3d3207c..9ddf3c2 100644 --- 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.