From ecf2a09a48ef029d09075af744c04e643661ec27 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 7 Jan 2025 07:39:26 +0100 Subject: ADD: Moved system call handler in HalCommonAPI.asm (AMD64) ADD: Replace make_container with make_app. ADD: Reference SwapDisk.h and TeamScheduler.h in unix_layer for future POSIX work too. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm') diff --git a/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm b/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm index 02031c4c..53654d08 100644 --- a/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm @@ -369,34 +369,6 @@ hal_reload_segments: ret global hal_load_idt -global hal_user_code_start - -extern hal_system_call_enter -global mp_system_call_handler - -mp_system_call_handler: - - push r8 - push r9 - push r10 - push r11 - push r12 - push r13 - push r14 - push r15 - - jmp hal_system_call_enter - - pop r15 - pop r14 - pop r13 - pop r12 - pop r11 - pop r10 - pop r9 - pop r8 - - o64 sysret hal_load_idt: lidt [rcx] -- cgit v1.2.3