wip: eip saved after the interrupt

This commit is contained in:
2025-01-20 14:36:43 +01:00
parent 2fe4ac5ad5
commit b3be29246e
4 changed files with 16 additions and 8 deletions

View File

@ -38,6 +38,10 @@ irq_common_stub:
iret
irq0:
push eax
mov eax, [esp + 4]
mov [eip_backup], eax
pop eax
push 0
push 32
jmp irq_common_stub