From 690e1884f1fcc7128d97efaa64f933eb8f811cfd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 17 Jan 2026 21:11:37 +0100 Subject: feat: kernel: stability improvements on the scheduler and AMD64 HAL. Signed-off-by: Amlal El Mahrouss --- src/kernel/HALKit/AMD64/HalCommonAPI.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/HALKit/AMD64/HalCommonAPI.asm') diff --git a/src/kernel/HALKit/AMD64/HalCommonAPI.asm b/src/kernel/HALKit/AMD64/HalCommonAPI.asm index 144e5e7a..f571aba7 100644 --- a/src/kernel/HALKit/AMD64/HalCommonAPI.asm +++ b/src/kernel/HALKit/AMD64/HalCommonAPI.asm @@ -92,7 +92,7 @@ sched_jump_to_task: push rbp mov rbp, rsp - mov ax, 0x30 + mov ax, 0x33 mov ds, ax mov es, ax mov fs, ax @@ -101,11 +101,11 @@ sched_jump_to_task: mov ax, 0x18 ltr ax - push 0x30 + push 0x33 mov rdx, [rcx + 0x08] push rdx o64 pushf - push 0x28 + push 0x2B mov rdx, [rcx + 0x00] push rdx -- cgit v1.2.3