diff options
Diffstat (limited to 'asm/int_irq0.asm')
| -rw-r--r-- | asm/int_irq0.asm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/asm/int_irq0.asm b/asm/int_irq0.asm deleted file mode 100644 index a713774..0000000 --- a/asm/int_irq0.asm +++ /dev/null @@ -1,9 +0,0 @@ -global int_irq0 -[extern exception_handle] - -[bits 32] -int_irq0: - - cli - call exception_handle ;this will never return due to panic! - jmp $ |
