Rev 2089 | Rev 2608 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2089 | Rev 2516 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | #define IVT_ITEMS 0 |
49 | #define IVT_ITEMS 0 |
| 50 | #define IVT_FIRST 0 |
50 | #define IVT_FIRST 0 |
| 51 | 51 | ||
| 52 | /** External Interrupt vectors. */ |
52 | /** External Interrupt vectors. */ |
| 53 | #define INTERRUPT_TIMER 255 |
53 | #define INTERRUPT_TIMER 255 |
| - | 54 | #define IRQ_KBD 241 |
|
| - | 55 | #define IRQ_MOUSE 252 |
|
| 54 | #define INTERRUPT_SPURIOUS 15 |
56 | #define INTERRUPT_SPURIOUS 15 |
| 55 | 57 | ||
| 56 | /** General Exception codes. */ |
58 | /** General Exception codes. */ |
| 57 | #define GE_ILLEGALOP 0 |
59 | #define GE_ILLEGALOP 0 |
| 58 | #define GE_PRIVOP 1 |
60 | #define GE_PRIVOP 1 |