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

1990/0612/gnot/main.c (diff list | history)

1990/06111/sys/src/9/gnot/main.c:275,2811990/0612/sys/src/9/gnot/main.c:275,281 (short | long | prev | next)
1990/06021    
	conf.npage1 = (bank[1]*1024*1024)/BY2PG; 
	conf.base1 = 16*1024*1024; 
	conf.npage = conf.npage0+conf.npage1; 
1990/0603    
	mul = 1 + (conf.npage0>0); 
1990/0612    
	mul = 1 + (conf.npage1>0); 
1990/0603    
	conf.nproc = 32*mul; 
	conf.npgrp = 15*mul; 
	conf.npte = 700*mul; 


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