| plan 9 kernel history: overview | file list | diff list |
2000/1002/bitsy/mmu.c (diff list | history)
| 2000/0929/sys/src/9/bitsy/mmu.c:98,104 – 2000/1002/sys/src/9/bitsy/mmu.c:98,104 (short | long | prev | next) | ||
| 2000/0928 | putttb((ulong)l1table); | |
| 2000/0929 | /* map the uart so that we can continue using iprint */ | |
| 2000/1002 | uart3regs = mapspecial(UART3REGS, 64); | |
| 2000/0929 | /* enable mmu, and make 0xFFFF0000 the virtual address of the exception vecs */ mmuenable(); | |
| 2000/0929/sys/src/9/bitsy/mmu.c:109,115 – 2000/1002/sys/src/9/bitsy/mmu.c:109,115 | ||
| 2000/0907 | /* | |
| 2000/0923 | * map special space uncached, assume that the space isn't already mapped | |
| 2000/0907 | */ | |
| 2000/1002 | void* | |
| 2000/0924 | mapspecial(ulong pa, int len) | |
| 2000/0907 | { ulong *t; | |