From df8393cebbae61ed7686be17a28d80c657f49b7e Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 8 Aug 2024 14:19:42 +0200 Subject: [IMP] Code cleanup and improvements of the bootloader, still trying to figure what is going wrong on the kernel's DLL. Signed-off-by: Amlal EL Mahrouss --- Kernel/amd64-efi.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/amd64-efi.make') diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make index 52532223..55517b2f 100644 --- a/Kernel/amd64-efi.make +++ b/Kernel/amd64-efi.make @@ -35,7 +35,7 @@ COPY = cp ASMFLAGS = -f win64 # Kernel subsystem is 17 and entrypoint is __ImageStart -LDFLAGS = -e ke_startup_platform --subsystem=17 --image-base 0x10000000 +LDFLAGS = -e hal_init_platform --subsystem=17 --image-base 0x10000000 LDOBJ = Objects/*.obj # This file is the kernel, responsible of task management and memory. -- cgit v1.2.3