summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/NewBoot/Source/Root/EFI/STARTUP.NSH (renamed from Private/NewBoot/Source/CDROM/EFI/STARTUP.NSH)0
-rw-r--r--Private/NewBoot/Source/Root/SplashScreen.fmt (renamed from Private/NewBoot/Source/CDROM/SplashScreen.fmt)0
-rw-r--r--Private/NewBoot/Source/makefile10
3 files changed, 5 insertions, 5 deletions
diff --git a/Private/NewBoot/Source/CDROM/EFI/STARTUP.NSH b/Private/NewBoot/Source/Root/EFI/STARTUP.NSH
index d29ba8fd..d29ba8fd 100644
--- a/Private/NewBoot/Source/CDROM/EFI/STARTUP.NSH
+++ b/Private/NewBoot/Source/Root/EFI/STARTUP.NSH
diff --git a/Private/NewBoot/Source/CDROM/SplashScreen.fmt b/Private/NewBoot/Source/Root/SplashScreen.fmt
index 6ac6486e..6ac6486e 100644
--- a/Private/NewBoot/Source/CDROM/SplashScreen.fmt
+++ b/Private/NewBoot/Source/Root/SplashScreen.fmt
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index a04531da..13c4885d 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -29,7 +29,7 @@ EMU_FLAGS=-net none -smp 4 -m 8G -M q35 \
-bios OVMF.fd -device piix3-ide,id=ide \
-drive id=disk,file=$(IMG),format=raw,if=none \
-device ide-hd,drive=disk,bus=ide.0 -drive \
- file=fat:rw:CDROM,index=2,format=raw -d int -hdd epm-slave.img
+ file=fat:rw:Root,index=2,format=raw -d int -hdd epm-slave.img
LD_FLAGS=-e Main --subsystem=10
@@ -58,11 +58,11 @@ invalid-recipe:
.PHONY: all
all: compile-amd64
- mkdir -p CDROM/EFI/BOOT
+ mkdir -p Root/EFI/BOOT
$(LD_GNU) $(OBJ) $(LD_FLAGS) -o $(BOOT_LOADER)
- $(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/BOOTX64.EFI
- $(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/NEWBOOT.EFI
- $(COPY) ../../$(KERNEL) CDROM/$(KERNEL)
+ $(COPY) $(BOOT_LOADER) Root/EFI/BOOT/BOOTX64.EFI
+ $(COPY) $(BOOT_LOADER) Root/EFI/BOOT/NEWBOOT.EFI
+ $(COPY) ../../$(KERNEL) Root/$(KERNEL)
ifneq ($(DEBUG_SUPPORT), )
DEBUG = -D__DEBUG__