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

1991/0913/pc/trap.c (diff list | history)

1991/0912/sys/src/9/pc/trap.c:119,1251991/0913/sys/src/9/pc/trap.c:119,125 (short | long | prev | next)
1991/0904    
	sethvec(34, intr34, SEGIG, 0); 
	sethvec(35, intr35, SEGIG, 0); 
	sethvec(36, intr36, SEGIG, 0); 
1991/0912    
	sethvec(37, intr37, SEGTG, 0); 
1991/0913    
	sethvec(37, intr37, SEGIG, 0); 
1991/0904    
	sethvec(38, intr38, SEGIG, 0); 
	sethvec(39, intr39, SEGIG, 0); 
1991/0703    
 
1991/0912/sys/src/9/pc/trap.c:194,2021991/0913/sys/src/9/pc/trap.c:194,204
1991/0823    
			uartintr0(ur); 
1991/0731    
	} 
1991/0801    
 
1991/0912    
if(v==16) print("vec thru 16\n"); 
1991/0801    
	(*ivec[v])(ur); 
1991/0910    
 
1991/0913    
	/* 
	 *  syscall does it's own notifying 
	 */ 
1991/0910    
	if(((ur->cs)&0xffff)!=KESEL && u->nnote && v!=Syscallvec) 
		notify(ur); 
1991/0806    
} 


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