X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=522847aa1dc88f2a95d36d3a0f193c13ec8353c8;hb=a94b142a7aa0866a03dd7cc89ee5a9b366377a63;hp=40c15e7d9c10da4a40efd23a0cedbc6b7934bbcb;hpb=cdc1ff02d0f3a0d57cd41e9794d26b62bfc65015;p=pintos-anon diff --git a/TODO b/TODO index 40c15e7..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,17 +203,10 @@ Godmar Back writes: * Finish writing tour. -* Introduce a "yield" system call to speed up the syn-* tests. - 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. - * page-linear, page-shuffle VM tests do not use enough memory to force eviction. Should increase memory consumption.