From 1d3bed385c9666db5b1803ee8e02a2c4fdcc9f29 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 11:44:13 +0100 Subject: NewBoot: did groundwork on UEFI bootloader, can load PE32+ now. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/NewBoot/Source/makefile') diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 9ae30d13..2e092da2 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -15,8 +15,8 @@ invalid-recipe: .PHONY: arch-amd64 arch-amd64: $(CC_GNU) $(FLAG_GNU) HEL/AMD64/*.cxx - $(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCORELDR.EXE - cp HCORELDR.EXE CDROM/EFI/BOOT/BOOTX64.EFI + $(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCoreLdr.exe + cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI cp -r ../../Root ./CDROM/MAHROUSS .PHONY: run-efi-debug @@ -26,4 +26,4 @@ run-efi-debug: .PHONY: clean clean: - rm -f *.o *.EFI *.EXE + rm -f *.o HCoreLdr.exe OVMF.fd -- cgit v1.2.3