summaryrefslogtreecommitdiffhomepage
path: root/dev/BootLoader
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-23 11:59:23 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-23 11:59:23 +0100
commit055aac915186d99ec526116e634c040f12733825 (patch)
treec0f94fa7aa217e281517128be5334320722283c5 /dev/BootLoader
parent78772d95f14818efadc676651d30b04f6ae57c7d (diff)
#4 WIP fixes (CUSA)
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/BootLoader')
-rw-r--r--dev/BootLoader/amd64-efi.make4
1 files changed, 2 insertions, 2 deletions
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