Finxing interrupts...

This commit is contained in:
ice-bit
2019-07-05 21:12:18 +02:00
parent bb78281aaf
commit 3a0d674985
6 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ extern irq_handler ; Defined in drivers/isr.h
isr%1:
cli ; Disable interrupts
push byte 0 ; Push dummy error code
push byte 1 ; Push interrupt number
push byte %1 ; Push interrupt number
jmp isr_common ; goto ISR handler
%endmacro