diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:36:03 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:40:09 +0200 |
| commit | 5ce8823643f02e4d04c80e2dcf944b442b2ba69b (patch) | |
| tree | e908592781f7fd26cefbc491de139f4c2a5a8f05 /Kernel/HALKit/AMD64/HalInterruptAPI.asm | |
| parent | 5f6549b7d46118ba416faa170ff088d98c9144f0 (diff) | |
MHR-36:
IMP:
- APICController class.
- Prefix string enum with 'e'.
- Document MSR functions.
- ke_map_address returns 0 when mapped or not mapped, 1 when pde is
invalid.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/AMD64/HalInterruptAPI.asm')
| -rw-r--r-- | Kernel/HALKit/AMD64/HalInterruptAPI.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/HalInterruptAPI.asm b/Kernel/HALKit/AMD64/HalInterruptAPI.asm index 4e9ace6f..7c483d95 100644 --- a/Kernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/Kernel/HALKit/AMD64/HalInterruptAPI.asm @@ -132,7 +132,7 @@ __NEW_INT_34: mov rax, 0 ;; tell there local apic that we're done. - mov [cAPICAddress + 0xB0], rax ; send end of interrupt. + mov qword [cAPICAddress + 0xB0], rax ; send end of interrupt. iretq |
