summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-07 23:11:13 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-07 23:11:13 +0200
commitdd9c90c0d7d65f4481b1072f11cbb81017382006 (patch)
tree6b4f0c80de77e16ac536fa6ccd24ccf40845d757 /Private/NewBoot/Source
parentf21456cae169f9d911cefe39f1b99615f3c39e5d (diff)
MHR-3: Everything is ready now, we need to implement the NewFSParser
class now. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 595010d3..8d7f3cb9 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -40,6 +40,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) NewBoot.exe ../../Root/Boot/NewBoot.exe
$(COPY) ../../Root/Boot/NewKernel.exe CDROM/
ifneq ($(DEBUG_SUPPORT), )