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

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

1994/0115/sys/src/9/carrera/main.c:450,4561994/0126/sys/src/9/carrera/main.c:450,456 (short | long | prev | next)
1993/1217    
	ulong jba; 
1993/1216    
 
1993/1217    
	/* Only interested in the PC */ 
	Mipsjmpbuf.pc = 0xA001C020; 
1994/0126    
	Mipsjmpbuf.pc = 0x8001C020; 
1993/1217    
 
	/* Link an NMI handler to the debugger 
	 * - addresses from the ARCS rom source 
1994/0115/sys/src/9/carrera/main.c:468,4721994/0126/sys/src/9/carrera/main.c:468,472
1993/1217    
	vec[7] = jba; 
 
	/* Install the debugger code in a known place */ 
	memmove((void*)0xA001C000, rdbgcode, rdbglen); 
1994/0126    
	memmove((void*)0x8001C000, rdbgcode, rdbglen); 
1993/1214    
} 


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