| plan 9 kernel history: overview | file list | diff list |
1992/0622/gnot/mmu.c (diff list | history)
| 1992/0321/sys/src/9/gnot/mmu.c:99,107 – 1992/0622/sys/src/9/gnot/mmu.c:99,107 (short | long | prev | next) | ||
| 1990/0709 | print("%lud free map registers\n", e-i); | |
| 1991/0821 | ||
| 1990/06021 | kmapalloc.free = 0; | |
| 1992/0622 | for(k=&kmapalloc.arena[i]; i < e; i++){ | |
| 1990/06021 | k->va = i*BY2PG|KZERO; | |
| 1992/0622 | kunmap(k++); | |
| 1990/06021 | } } | |