Device IRQs WIP
This commit is contained in:
@@ -28,7 +28,8 @@ syscall_entry:
|
||||
|
||||
movq %rsp, %rdi
|
||||
|
||||
movq %cr3, %rax; pushq %rax
|
||||
movq %cr3, %rax
|
||||
pushq %rax
|
||||
|
||||
movq %rsp, %rbp
|
||||
|
||||
@@ -38,7 +39,8 @@ syscall_entry:
|
||||
|
||||
movq %rbp, %rsp
|
||||
|
||||
popq %rbx; movq %rbx, %cr3
|
||||
popq %rbx
|
||||
movq %rbx, %cr3
|
||||
|
||||
pop_regs_skip_rax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user