diff options
Diffstat (limited to 'dev/ZKA/amd64-efi.make')
| -rw-r--r-- | dev/ZKA/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/amd64-efi.make b/dev/ZKA/amd64-efi.make index 00c2664e..ad6d799b 100644 --- a/dev/ZKA/amd64-efi.make +++ b/dev/ZKA/amd64-efi.make @@ -34,7 +34,7 @@ COPY = cp # Add assembler, linker, and object files variables. ASMFLAGS = -f win64 -# Kernel subsystem is 17 and entrypoint is __ImageStart +# Kernel subsystem is 17 and entrypoint is hal_init_platform LDFLAGS = -e hal_init_platform --subsystem=17 --image-base 0x10000000 LDOBJ = Objects/*.obj |
