diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-25 13:44:36 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-25 13:44:36 +0200 |
| commit | 14f26421cc6ebd678c2b5a2a04fe6cdc63ee5d38 (patch) | |
| tree | 45aa82d17f3c134b4e88851ab3be4ac7723e1bef /Private/NewBoot/Source/makefile | |
| parent | d3c9b5287789534340146ffdb696f67aa8b7308d (diff) | |
MHR-16: Adding BDiskFormatFactory according to MHR-16, bug fixes and
improvements as well.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 11c1da75..7ed42abd 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -51,6 +51,7 @@ all: compile-amd64 $(DD) if=$(KERNEL_OBJ) of=$(BOOT_LOADER) bs=1 seek=0 conv=notrunc $(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/BOOTX64.EFI $(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/NEWBOOT.EFI + $(COPY) ../../$(KERNEL) CDROM/$(KERNEL) $(COPY) $(BOOT_LOADER) ../../Root/Boot/$(BOOT_LOADER) ifneq ($(DEBUG_SUPPORT), ) @@ -68,8 +69,8 @@ run-efi-amd64: .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 256M - qemu-img create -f raw $(IMG_2) 512M + qemu-img create -f qcow2 $(IMG) 256M + qemu-img create -f qcow2 $(IMG_2) 512M .PHONY: download-edk download-edk: |
