Don't assume 4 kB pages.
[pintos-anon] / src / TODO
1 * malloc() needs to block until memory is available?
2
3 * Should we use a task gate for hardware interrupts?  Then we could
4   dedicate a stack to interrupt handling and not worry about interrupt
5   usage of kernel stacks.
6
7 * Filesystem dumps should include filehdrs?