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

1992/0103/pc/main.c (diff list | history)

1991/1220/sys/src/9/pc/main.c:201,2071992/0103/sys/src/9/pc/main.c:201,207 (short | long | prev | next)
1991/0801    
	conf.maxialloc = 2*1024*1024; 
1991/0711    
 
	mul = 1; 
1991/0829    
	conf.nproc = 30 + 20*mul; 
1992/0103    
	conf.nproc = 30 + i*5; 
1991/0711    
	conf.npgrp = conf.nproc/2; 
	conf.nseg = conf.nproc*3; 
	conf.npagetab = (conf.nseg*14)/10; 


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