diff options
| author | Miguel <m.i@gmx.at> | 2018-09-08 17:08:55 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-08 17:08:55 +0200 |
| commit | 9fde748acea83d775e367a64858414b674f05b13 (patch) | |
| tree | 0927b570c07c9ee469817a560b965c094c5d8145 /asm/asm_int.s | |
| parent | aa4b4c6c1918a51318709761873d1c5e248a831d (diff) | |
struggling with pic and lapic and 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 f7107de..70993b4 100644 --- a/asm/asm_int.s +++ b/asm/asm_int.s @@ -19,6 +19,7 @@ .global int128 .global int129 .global int200 +.global int170 .global int255 .global exc0 @@ -159,6 +160,7 @@ int129: intx ack0 $129 interrupt_handler int255: intx ack0 $255 interrupt_handler int200: intx ack0 $200 interrupt_handler +int170: intx ack0 $170 interrupt_handler exc0: excx $0 exception_handle exc1: excx $1 exception_handle |
