summaryrefslogtreecommitdiff
path: root/asm/int_irq0.asm
blob: a713774844c275e92ff4fb6b7666ae61e0a175db (plain)
1
2
3
4
5
6
7
8
9
global int_irq0
[extern exception_handle]

[bits 32]
int_irq0:

 cli
 call exception_handle ;this will never return due to panic!
 jmp $