diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 07:11:56 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 07:11:56 +0100 |
| commit | c08af30448618c5d1950dc1fa0fb1685782e7b22 (patch) | |
| tree | bc12b43a94fe4d4ff60b0f7c17100a179d95d0dc /dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm | |
| parent | 0511c53e648e5f253cd9e83c9e211aa6600db377 (diff) | |
FIX: Fix scheduler crash (1/2)
- UserProcessScheduler has been improved and cleaned up.
- Same goes for the HardwareThreadScheduler
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm')
| -rw-r--r-- | dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm index 06066f41..49eb2bd8 100644 --- a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm @@ -340,6 +340,8 @@ mp_system_call_handler: o64 sysret hal_load_idt: + cli + lidt [rcx] ; Master PIC initialization |
