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

1991/0912/pc/io.h (diff list | history)

1991/0910/sys/src/9/pc/io.h:5,111991/0912/sys/src/9/pc/io.h:5,11 (short | long | prev | next)
1991/0704    
{ 
1991/0906    
	Mathemuvec=	7,		/* math coprocessor emulation interrupt */ 
	Mathovervec=	9,		/* math coprocessor overrun interrupt */ 
	Matherrorvec=	9,		/* math coprocessor error interrupt */ 
1991/0912    
	Matherr1vec=	16,		/* math coprocessor error interrupt */ 
1991/0710    
	Faultvec=	14,		/* page fault */ 
1991/0905    
 
1991/0904    
	Int0vec=	24,		/* first 8259 */ 
1991/0910/sys/src/9/pc/io.h:16,211991/0912/sys/src/9/pc/io.h:16,22
1991/0731    
	 Floppyvec=	Int0vec+6,	/*  floppy interrupts */ 
	Int1vec=	Int0vec+8,	/* second 8259 */ 
	 Mousevec=	Int1vec+4,	/*  mouse interrupt */ 
1991/0912    
	 Matherr2vec=	Int1vec+5,	/*  math coprocessor */ 
1991/0731    
	 Hardvec=	Int1vec+6,	/*  hard disk */ 
1991/0910    
 
	Syscallvec=	64, 


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