summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 17:09:04 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 17:09:04 +0100
commit8f7904569a60721cfd051a359dd17cc86ea67cfe (patch)
treead432b67b1ec26cf560c4ad7a02ed8322b36d4b2 /Private/makefile
parent91a554f36af763394835f29ecdefdf2d6448a6c3 (diff)
Kernel: add Terminal init sequence in KeInitEFI.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile
index 9ac4a434..5ec3e277 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -10,7 +10,7 @@ ASM = nasm
ASMFLAGS = -f elf64
# This file is the kernel, responsible of task management, memory, drivers and more.
-KERNEL = HCoreKrnl.efi
+KERNEL = HCoreKrnl.exe
# The kernel entrypoint
SCRIPT = --script=Linker/Platforms/PC.lds