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

1991/0115/ss/mmu.c (diff list | history)

1991/0115/sys/src/9/ss/mmu.c:152,1651991/01151/sys/src/9/ss/mmu.c:152,157 (short | long | prev | next)
1990/1227    
		for(l=UZERO; l<(KZERO&VAMASK); l+=BY2SEGM) 
1990/1226    
			putsegm(l, INVALIDPMEG); 
1990/1227    
 
1991/0111    
#ifdef doesntwork 
1990/1226    
		/* 
1991/0111    
		 * Invalidate high kernel addresses 
		 */ 
		for(l=conf.maxialloc; l<IOSEGM0; l+=BY2SEGM) 
			putsegm(l, INVALIDPMEG); 
#endif 
                 
		/* 
1990/1226    
		 * One segment for screen 
		 */ 


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