| .. | .. |
|---|
| 18 | 18 | * Vectors 0 ... 31 : system traps and exceptions - hardcoded events |
|---|
| 19 | 19 | * Vectors 32 ... 127 : device interrupts |
|---|
| 20 | 20 | * Vector 128 : legacy int80 syscall interface |
|---|
| 21 | | - * Vectors 129 ... INVALIDATE_TLB_VECTOR_START-1 except 204 : device interrupts |
|---|
| 22 | | - * Vectors INVALIDATE_TLB_VECTOR_START ... 255 : special interrupts |
|---|
| 21 | + * Vectors 129 ... LOCAL_TIMER_VECTOR-1 |
|---|
| 22 | + * Vectors LOCAL_TIMER_VECTOR ... 255 : special interrupts |
|---|
| 23 | 23 | * |
|---|
| 24 | 24 | * 64-bit x86 has per CPU IDT tables, 32-bit has one shared IDT table. |
|---|
| 25 | 25 | * |
|---|