diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 11:44:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-30 12:04:07 +0100 |
| commit | 1d3bed385c9666db5b1803ee8e02a2c4fdcc9f29 (patch) | |
| tree | 0ee26f499ca2b3eee3bd56b078983a0b6a43c65d /Private/NewBoot/Source/makefile | |
| parent | d7112cd6909640afd7609b3a142bc6ecf921ee25 (diff) | |
NewBoot: did groundwork on UEFI bootloader, can load PE32+ now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
