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

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

1990/03091/sys/src/9/gnot/main.c:21,261990/0310/sys/src/9/gnot/main.c:21,27 (short | long | prev | next)
1990/03091    
	chaninit(); 
	alarminit(); 
	chandevreset(); 
1990/0310    
	streaminit(); 
1990/03091    
	pageinit(); 
	userinit(); 
	schedinit(); 
1990/03091/sys/src/9/gnot/main.c:227,2311990/0310/sys/src/9/gnot/main.c:228,235
1990/03091    
	conf.nmtab = 50; 
	conf.nmount = 100; 
	conf.nmntdev = 5; 
1990/0310    
	conf.nstream = 64; 
	conf.nqueue = 5 * conf.nstream; 
	conf.nblock = 16 * conf.nstream; 
1990/03091    
	conf.nsrv = 32; 
} 


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