Interrupt Dispatch and Handling (for first common vectors)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user