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

1991/0716/pc/fault386.c (diff list | history)

1991/0711/sys/src/9/pc/fault386.c:9,151991/0716/sys/src/9/pc/fault386.c:9,15 (short | long | prev | next)
1991/0710    
void 
faultinit(void) 
{ 
	setvec(Faultvec, fault386, SEGTG); 
1991/0716    
	setvec(Faultvec, fault386); 
1991/0710    
} 
 
void 


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