Interrupt Dispatch and Handling (for first common vectors)

This commit is contained in:
2025-12-22 21:04:45 +01:00
parent d0b4da0596
commit 42fc169e10
6 changed files with 30 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ interrupt_stub:
push rdx
push rsi
push rdi
push rsp
push rbp
push r8
push r9
@@ -65,6 +66,7 @@ interrupt_stub:
pop r9
pop r8
pop rbp
pop rsp
pop rdi
pop rsi
pop rdx