diff options
| author | Miguel <m.i@gmx.at> | 2018-09-07 03:01:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-07 03:01:28 +0200 |
| commit | aa4b4c6c1918a51318709761873d1c5e248a831d (patch) | |
| tree | bdcfe7be159cc778d113538722e119a665a47738 /asm/asm_int.s | |
| parent | ef4943053475cd8bf341c42dd0b538bc630b92a3 (diff) | |
apic timer smp
Diffstat (limited to 'asm/asm_int.s')
| -rw-r--r-- | asm/asm_int.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/asm_int.s b/asm/asm_int.s index 94785bc..f7107de 100644 --- a/asm/asm_int.s +++ b/asm/asm_int.s @@ -18,6 +18,7 @@ .global int128 .global int129 +.global int200 .global int255 .global exc0 @@ -157,6 +158,7 @@ int128: intx ack0 $128 interrupt_handler int129: intx ack0 $129 interrupt_handler int255: intx ack0 $255 interrupt_handler +int200: intx ack0 $200 interrupt_handler exc0: excx $0 exception_handle exc1: excx $1 exception_handle |
