| plan 9 kernel history: overview | file list | diff list |
2000/0905/bitsy/mmu.c (diff list | history)
| 2000/0902/sys/src/9/bitsy/mmu.c:8,13 – 2000/0905/sys/src/9/bitsy/mmu.c:8,18 (short | long | prev | next) | ||
| 2000/0902 | #include "../port/error.h" void | |
| 2000/0905 | mmuinit(void) { } void | |
| 2000/0902 | putmmu(ulong va, ulong pa, Page*) { USED(va, pa); | |