diff options
| author | Miguel <m.i@gmx.at> | 2018-09-09 17:28:59 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-09 17:28:59 +0200 |
| commit | 4cda542d863839c5b0e026ccee297ca5ff3dd9cd (patch) | |
| tree | 7b8f7734f8f982df82b5c784386232e35a7ced44 /asm/asm_int.h | |
| parent | 9a4b35fd5a32490f8f15b48f978e7b1fbfdceb2a (diff) | |
switched to apic/ioapic finally
Diffstat (limited to 'asm/asm_int.h')
| -rw-r--r-- | asm/asm_int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/asm_int.h b/asm/asm_int.h index 5f32777..2940ab4 100644 --- a/asm/asm_int.h +++ b/asm/asm_int.h @@ -25,6 +25,10 @@ void int15(); void int128(); // syscalls void int129(); // scheduler +void int140(); // scheduler +void int144(); // scheduler +void int145(); // scheduler +void int146(); // scheduler void int200(); // apic timer void int170(); // smp scheduler void int255(); // unhandled |
