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

1991/0802/gnot/mmu.c (diff list | history)

1991/0705/sys/src/9/gnot/mmu.c:127,1331991/0802/sys/src/9/gnot/mmu.c:127,133 (short | long | prev | next)
1990/06021    
		return; 
	} 
	e = (4*1024*1024 - 256*1024)/BY2PG;	/* screen lives at top 256K */ 
	i = (((ulong)ialloc(0, 0))&~KZERO)/BY2PG; 
1991/0802    
	i = PGROUND(((ulong)ialloc(0, 0))&~KZERO)/BY2PG; 
1990/0709    
	print("%lud free map registers\n", e-i); 
1990/06021    
	kmapalloc.free = 0; 
	for(k=&kmapalloc.arena[i]; i<e; i++,k++){ 


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