Feat: SCANF WORKING!

This commit is contained in:
AfonsoCMSousa
2026-08-05 11:29:15 +01:00
parent ba81bb8e10
commit 7a4394feb6
4 changed files with 39 additions and 34 deletions
+4
View File
@@ -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: