summaryrefslogtreecommitdiffhomepage
path: root/Kernel/amd64-efi.make
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
commit64fa0db684db306766280593b0a9717132e636d4 (patch)
tree20944794a003b685dae461edb1b677508ed655b2 /Kernel/amd64-efi.make
parentc2f59f90cfcf3a6a43eed74a6bbe1a73e240a616 (diff)
[IMP]
- Updated the PEF header for NDK. - Adding ICL parser for SCM (ToDo) - Updated extensions of PEF. - Updated start address for exes in PEF. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/amd64-efi.make')
-rw-r--r--Kernel/amd64-efi.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make
index e233ebdc..52532223 100644
--- a/Kernel/amd64-efi.make
+++ b/Kernel/amd64-efi.make
@@ -39,7 +39,7 @@ LDFLAGS = -e ke_startup_platform --subsystem=17 --image-base 0x10000000
LDOBJ = Objects/*.obj
# This file is the kernel, responsible of task management and memory.
-KERNEL = newoskrnl.lib
+KERNEL = newoskrnl.dll
.PHONY: error
error: