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

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

1992/0808/sys/src/9/pc/main.c:411,4201992/0812/sys/src/9/pc/main.c:411,422 (short | long | prev | next)
1991/1210    
 *  reset the i387 chip 
1991/0803    
 */ 
void 
exit(void) 
1992/0812    
exit(int ispanic) 
1991/0803    
{ 
	u = 0; 
	print("exiting\n"); 
1992/0812    
	if(ispanic) 
		for(;;); 
1991/1210    
	switch(machtype){ 
	case Attnsx: 
		headreset();		/* via headland chip */ 


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