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

1991/0115/ss/main.c (diff list | history)

1991/0112/sys/src/9/ss/main.c:241,2471991/0115/sys/src/9/ss/main.c:241,247 (short | long | prev | next)
1990/1223    
	if(conf.nmach > MAXMACH) 
		panic("confinit"); 
1991/0111    
	conf.npage0 = (4*1024*1024)/BY2PG;	/* BUG */ 
	conf.npage1 = 0*(4*1024*1024)/BY2PG;	/* BUG */ 
1991/0115    
	conf.npage1 = (4*1024*1024)/BY2PG;	/* BUG */ 
1990/1223    
	conf.base0 = 0; 
1991/0112    
	conf.base1 = 32*1024*1024; 
1990/1223    
	conf.npage = conf.npage0+conf.npage1; 


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