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

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

1990/0623/sys/src/9/gnot/main.c:290,2961990/0709/sys/src/9/gnot/main.c:290,296 (short | long | prev | next)
1990/06021    
	conf.npage = conf.npage0+conf.npage1; 
1990/0612    
	mul = 1 + (conf.npage1>0); 
1990/0617    
	conf.nproc = 40*mul; 
1990/0603    
	conf.npgrp = 15*mul; 
1990/0709    
	conf.npgrp = 12*mul; 
1990/0603    
	conf.npte = 700*mul; 
	conf.nmod = 400*mul; 
1990/0312    
	conf.nalarm = 1000; 
1990/0623/sys/src/9/gnot/main.c:300,3141990/0709/sys/src/9/gnot/main.c:300,316
1990/0603    
	conf.nenvchar = 8000*mul; 
	conf.npgenv = 200*mul; 
	conf.nmtab = 50*mul; 
	conf.nmount = 100*mul; 
1990/0709    
	conf.nmount = 80*mul; 
1990/0603    
	conf.nmntdev = 10*mul; 
1990/05313    
	conf.nmntbuf = 2*conf.nmntdev; 
	conf.nmnthdr = 2*conf.nmntdev; 
1990/0603    
	conf.nstream = 64*mul; 
1990/0709    
	conf.nstream = 64; 
1990/0310    
	conf.nqueue = 5 * conf.nstream; 
1990/0322    
	conf.nblock = 12 * conf.nstream; 
1990/0603    
	conf.nsrv = 32*mul; 
	conf.nbitmap = 100*mul; 
1990/06111    
	conf.nbitbyte = 300*1024*mul*mul; 
1990/0709    
	conf.nbitbyte = 300*1024*mul; 
	if(*(uchar*)MOUSE & (1<<4)) 
		conf.nbitbyte *= 2;	/* ldepth 1 */ 
1990/0623    
	conf.nfont = 10*mul; 
1990/03091    
} 


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