diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-04 13:36:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-04 13:36:19 +0100 |
| commit | a3d92ea68a74ef3cc3d3c9a34540754869e4d014 (patch) | |
| tree | fb9e80874de01a76a9664d0ceef53e1abd3895ec /Private/NewBoot/Source/makefile | |
| parent | 46ec13f846a25dffaac0525d45003e7ee2a101ff (diff) | |
NewBoot: Fix NewBoot EFI implementation.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 3deef8f4..05d6a9ab 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -19,7 +19,7 @@ bootloader-amd64: $(CC_GNU) $(FLAG_GNU) HEL/AMD64/*.cxx *.cxx $(LD_GNU) *.o HEL/AMD64/*.obj -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCoreLdr.exe cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI - cp ../../HCoreKrnl.exe CDROM/EFI/BOOT/HCoreKrnl.exe + cp ../../HCoreKrnl.exe CDROM/EFI/BOOT/HCOREKRNL.EXE .PHONY: make-disk make-disk: |
