Update.
[pintos-anon] / TODO
1 -*- text -*-
2
3 * The p1-4.c testcase needs significant tuning.  Currently it takes
4   too long (especially when SHOW_PROGRESS is turned on) and doesn't
5   show significant improvement.
6
7 * The semantics of the join system call should change so that it only
8   returns the exit code once.
9
10 * mmap/munmap should use segment IDs like Nachos.  Too hard otherwise.