| plan 9 kernel history: overview | file list | diff list |
1997/0811/pc/memory.c (diff list | history)
| 1997/0805/sys/src/9/pc/memory.c:392,401 – 1997/0811/sys/src/9/pc/memory.c:392,401 (short | long | prev | next) | ||
| 1997/0327 | ulong addr, pa, pae, *table, *va, x; /* | |
| 1997/0717 |
| |
| 1997/0811 | * Allocate an 8MB chunk aligned to 16MB. Later can | |
| 1997/0327 | * make the region selectable via conf if necessary. */ | |
| 1997/0717 |
| |
| 1997/0811 | if((addr = mapalloc(&rmapupa, 0, 8*MB, 16*MB)) == 0) | |
| 1997/0327 | return; pa = addr; | |