diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 19:53:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 19:53:55 +0100 |
| commit | 7d16da2a6bc9cc1dd18c2075ed2f39963037fac4 (patch) | |
| tree | a4e788949e75beabdb2c01cc38a2aeb0cae6869f /Private | |
| parent | 8621867b0e4b38dedc8556e6c483e3575d776af0 (diff) | |
Kernel: Set rsp to rax, to update the stack pointer.
DDK: Add Device Driver Kit directory.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private')
| -rw-r--r-- | Private/HALKit/AMD64/HalInterruptRouting.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/HALKit/AMD64/HalInterruptRouting.asm b/Private/HALKit/AMD64/HalInterruptRouting.asm index 36be9de4..9bc13f15 100644 --- a/Private/HALKit/AMD64/HalInterruptRouting.asm +++ b/Private/HALKit/AMD64/HalInterruptRouting.asm @@ -58,6 +58,7 @@ ke_handle_irq: mov rdi, rsp call rt_handle_interrupts + mov rsp, rax pop r15 pop r14 |
