plan 9 kernel history: overview | file list | diff list

1990/0603/gnot/mmu.c (diff list | history)

1990/06021/sys/src/9/gnot/mmu.c:71,771990/0603/sys/src/9/gnot/mmu.c:71,76 (short | long | prev | next)
1990/06021    
	} 
	e = (4*1024*1024 - 256*1024)/BY2PG;	/* screen lives at top 256K */ 
	i = (((ulong)ialloc(0, 0))&~KZERO)/BY2PG; 
print("kmapinit %d", i); 
	kmapalloc.free = 0; 
	for(k=&kmapalloc.arena[i]; i<e; i++,k++){ 
		k->va = i*BY2PG|KZERO; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)