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

1994/0528/carrera/main.c (diff list | history)

1994/0520/sys/src/9/carrera/main.c:409,4151994/0528/sys/src/9/carrera/main.c:409,415 (short | long | prev | next)
1993/0905    
	USED(type); 
1993/0903    
 
	spllo(); 
1993/0905    
	print("cpu %d exiting\n", m->machno); 
1994/0528    
	print("cpu%d exiting\n", m->machno); 
1993/0904    
	while(consactive()) 
1993/0903    
		delay(10); 
1993/1221    
 
1994/0520/sys/src/9/carrera/main.c:417,4241994/0528/sys/src/9/carrera/main.c:417,424
1993/1221    
	/* Turn off the NMI hander for the debugger */ 
	vec = (uchar*)0xA0000420; 
	vec[0] = 0; 
	/* Call the prom */ 
	((void(*)(void))0xBFC00000)(); 
1994/0528    
 
	firmware(type); 
1993/0903    
} 
 
void 


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