From e47a33d7d4f70c54a27e96df437e6d9ac4e829cf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Apr 2024 01:45:03 +0200 Subject: Add boot_write_epm_partition for PowerPC, update start location for AMD64 EPM. Remove HCFS support, fully focusing on NewFS. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Private/NewBoot/Source/makefile') diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 4f076580..7fc566b6 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -37,6 +37,7 @@ all: compile-amd64 $(LD_GNU) $(OBJ) $(LD_FLAGS) -o NewBoot.exe $(COPY) NewBoot.exe CDROM/EFI/BOOT/BOOTX64.EFI $(COPY) NewBoot.exe CDROM/EFI/BOOT/NEWBOOT.EFI + $(COPY) ../../Root/Boot/NewKernel.exe CDROM/ ifneq ($(DEBUG_SUPPORT), ) DEBUG = -D__DEBUG__ -- cgit v1.2.3