diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 14:15:01 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 14:15:01 +0200 |
| commit | 2ada3fbb5d9ffc4a4b20acd8fe36930aab6db4c0 (patch) | |
| tree | 501b65e5ffe0e85a34a7d5e28fa3fa90cf3e0ef5 | |
| parent | 3405f9b05ce406beb90c5e3b096d9a39be80e48f (diff) | |
MHR-23: Update CD-ROM root.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -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/makefile | 10 |
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__ |
