diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-06 17:34:24 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-06 17:34:24 +0200 |
| commit | 87082c29765034e804b77f18dbe3964b032d0167 (patch) | |
| tree | 84e3403f01f19d627f90675c562e7d2c9710f418 /dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm | |
| parent | d7897106bb99a082a2066b2948a823da7059c755 (diff) | |
Kernel: Improvements and fixes have been done. (Amlal)
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm')
| -rw-r--r-- | dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm index 49e02ee1..28f86b34 100644 --- a/dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/ZKA/HALKit/AMD64/HalInterruptAPI.asm @@ -244,6 +244,7 @@ global hal_load_idt global hal_user_code_start hal_load_idt: + cli lidt [rcx] sti ret |
