diff options
| author | Miguel <m.i@gmx.at> | 2018-09-23 00:06:55 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-23 00:06:55 +0200 |
| commit | e73d89fd48a71a1cff764fc07edd46cb951e9418 (patch) | |
| tree | 9d71bc8387ac32cfce69df5d3c7d345dc9e59a40 /asm/asm_int.s | |
| parent | 80f7ccf5f82d8f04f853bde0bdee5b44a5403104 (diff) | |
struggling with e1000
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 8d5ac9a..9ea0d4b 100644 --- a/asm/asm_int.s +++ b/asm/asm_int.s @@ -23,6 +23,7 @@ .global int144 .global int145 .global int146 +.global int147 .global int170 .global int255 @@ -215,6 +216,7 @@ int140: intx ack0 $140 interrupt_handler int144: intx ack0 $144 interrupt_handler int145: intx ack0 $145 interrupt_handler int146: intx ack0 $146 interrupt_handler +int147: intx ack0 $147 interrupt_handler int255: intx ack0 $255 interrupt_handler int200: intx ack0 $200 interrupt_handler |
