diff options
Diffstat (limited to 'traps.h')
-rw-r--r-- | traps.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,3 +24,9 @@ // processor defined exceptions or interrupt vectors. #define T_SYSCALL 48 // system call #define T_DEFAULT 500 // catchall + +#define IRQ_OFFSET 32 // IRQ 0 corresponds to int IRQ_OFFSET + +#define IRQ_TIMER 18 +#define IRQ_ERROR 19 +#define IRQ_SPURIOUS 31 |