Feat: SCANF WORKING!
This commit is contained in:
@@ -682,8 +682,12 @@ exception_handler:
|
||||
|
||||
; Dummy interrupt handler for IRQs (not CPU exceptions)
|
||||
dummy_handler:
|
||||
push rax
|
||||
; Save registers and acknowledge the interrupt
|
||||
mov al, 0x20
|
||||
out 0x20, al ; Send EOI to PIC
|
||||
|
||||
pop rax
|
||||
iretq
|
||||
|
||||
idt_descriptor:
|
||||
|
||||
Reference in New Issue
Block a user