summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/amd64-efi.make
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/amd64-efi.make')
-rw-r--r--dev/ZKA/amd64-efi.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/amd64-efi.make b/dev/ZKA/amd64-efi.make
index 0e8cbad4..4d1f9403 100644
--- a/dev/ZKA/amd64-efi.make
+++ b/dev/ZKA/amd64-efi.make
@@ -35,7 +35,7 @@ COPY = cp
ASMFLAGS = -f win64
# Kernel subsystem is 17 and entrypoint is __ImageStart
-LDFLAGS = -e hal_init_platform --subsystem=17 --image-base 0x1000000
+LDFLAGS = -e hal_init_platform --subsystem=17 --image-base 0x10000000
LDOBJ = Objects/*.obj
# This file is the Kernel, responsible of task, memory, driver, sci, disk and device management.