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

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

1990/08163/sys/src/9/gnot/main.c:59,651990/0905/sys/src/9/gnot/main.c:59,64 (short | long | prev | next)
1990/03091    
machinit(void) 
{ 
	int n; 
1990/08163    
	long fpnull = 0; 
1990/03091    
 
	n = m->machno; 
	memset(m, 0, sizeof(Mach)); 
1990/08163/sys/src/9/gnot/main.c:66,721990/0905/sys/src/9/gnot/main.c:65,71
1990/03091    
	m->machno = n; 
	m->mmask = 1<<m->machno; 
1990/08163    
	m->fpstate = FPinit; 
	fprestore((FPsave*)&fpnull); 
1990/0905    
	fprestore(&initfp); 
1990/03091    
} 
 
void 


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