X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=522847aa1dc88f2a95d36d3a0f193c13ec8353c8;hb=db591d8fc18b4d63955b8f1ce5d9090d2c9ce50b;hp=bb5772bac8efe1699d6cf4231054b5006ef2890c;hpb=209c14555dd67960a38e65b2c3228837ac167cbd;p=pintos-anon diff --git a/TODO b/TODO index bb5772b..522847a 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ -*- text -*- -* Bochs is not fully reproducible. - Godmar says: - In Project 2, we're missing tests that pass arguments to system calls @@ -205,15 +203,10 @@ Godmar Back writes: * Finish writing tour. -* Introduce a "yield" system call to speed up the syn-* tests. - via Godmar Back: * 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. - * page-linear, page-shuffle VM tests do not use enough memory to force eviction. Should increase memory consumption.