diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 21:11:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 21:13:22 +0100 |
| commit | 690e1884f1fcc7128d97efaa64f933eb8f811cfd (patch) | |
| tree | d974ffee0a7a2b8c5a948d65314711f308c1a7a2 /src/kernel/HALKit/AMD64/HalCommonAPI.asm | |
| parent | 144ab97968b7efd2eacfb281e4d152bcad859671 (diff) | |
feat: kernel: stability improvements on the scheduler and AMD64 HAL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/HALKit/AMD64/HalCommonAPI.asm')
| -rw-r--r-- | src/kernel/HALKit/AMD64/HalCommonAPI.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
