From 8f7904569a60721cfd051a359dd17cc86ea67cfe Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Jan 2024 17:09:04 +0100 Subject: Kernel: add Terminal init sequence in KeInitEFI. Signed-off-by: Amlal El Mahrouss --- Private/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/makefile') 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 -- cgit v1.2.3