From 516efdab62108ff03af7f1d91e6dcba02f6aad47 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 7 Nov 2024 16:30:10 +0100 Subject: Kernel: lots of fixes and improvements. Signed-off-by: Amlal El Mahrouss --- dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm') diff --git a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm index d25d34f6..9121edb9 100644 --- a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm @@ -340,8 +340,6 @@ mp_system_call_handler: o64 sysret hal_load_idt: - cli - lidt [rcx] ; Master PIC initialization @@ -369,8 +367,6 @@ hal_load_idt: out 0x21, al out 0xA1, al - sti - ret section .data -- cgit v1.2.3