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,4011997/0811/sys/src/9/pc/memory.c:392,401 (short | long | prev | next)
1997/0327    
	ulong addr, pa, pae, *table, *va, x; 
 
	/* 
1997/0717    
	 * Allocate an 64MB chunk aligned to 64MB. Later can 
1997/0811    
	 * Allocate an 8MB chunk aligned to 16MB. Later can 
1997/0327    
	 * make the region selectable via conf if necessary. 
	 */ 
1997/0717    
	if((addr = mapalloc(&rmapupa, 0, 64*MB, 64*MB)) == 0) 
1997/0811    
	if((addr = mapalloc(&rmapupa, 0, 8*MB, 16*MB)) == 0) 
1997/0327    
		return; 
 
	pa = addr; 


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