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

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

1992/0715/sys/src/9/pc/main.c:198,2041992/0725/sys/src/9/pc/main.c:198,203 (short | long | prev | next)
1991/0711    
confinit(void) 
{ 
	long x, i, j, *l; 
	int mul; 
1992/0715    
	ulong ktop; 
1991/0711    
 
	/* 
1992/0715/sys/src/9/pc/main.c:247,2531992/0725/sys/src/9/pc/main.c:246,251
1992/0625    
	/* for meminit() */ 
	conf.topofmem = i*MB; 
 
1991/0711    
	mul = 1; 
1992/0103    
	conf.nproc = 30 + i*5; 
1991/0711    
	conf.nswap = conf.nproc*80; 
	conf.nimage = 50; 
1992/0715/sys/src/9/pc/main.c:256,2661992/0725/sys/src/9/pc/main.c:254,261
1991/0711    
	conf.ip = 64; 
	conf.arp = 32; 
	conf.frag = 32; 
	conf.cntrlp = 0; 
1992/0429    
	conf.nfloppy = 2; 
1991/0809    
	conf.nhard = 1; 
1992/0625    
                 
1992/0609    
	confinit1(mul); 
1991/0711    
} 
 
1991/0913    
char *mathmsg[] = 


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