From 055aac915186d99ec526116e634c040f12733825 Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 23 Dec 2024 11:59:23 +0100 Subject: #4 WIP fixes (CUSA) Signed-off-by: Amlal --- dev/BootLoader/amd64-efi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/BootLoader') diff --git a/dev/BootLoader/amd64-efi.make b/dev/BootLoader/amd64-efi.make index 05323172..9bffe5c7 100644 --- a/dev/BootLoader/amd64-efi.make +++ b/dev/BootLoader/amd64-efi.make @@ -17,7 +17,7 @@ ifneq ($(findstring CYGWIN_NT-10.0,$(shell uname)), ) EMU=qemu-system-x86_64w.exe else # this for NT distributions -EMU=qemu-system-x86_64 +EMU=qemu-system-x86_64 -net none endif ifeq ($(NEWS_MODEL), ) @@ -92,7 +92,7 @@ run-efi-amd64-ata: # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta specs. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 10G + qemu-img create -f raw $(IMG) 4G qemu-img create -f raw $(IMG_2) 4G qemu-img create -f raw $(IMG_3) 4G -- cgit v1.2.3