summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-16 10:57:03 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-16 10:57:03 +0100
commitab2b9719bcc90e7f67fdd156f8df95dbe3bd8a0c (patch)
tree1447845acb0012dace9178f515444673481b77ea /src
parentb0410ff37c15380e4409711bb14cc3880a9dc536 (diff)
chore: config: standardize disk size on ne_kernel.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
-rw-r--r--src/boot/amd64-ci.make2
-rw-r--r--src/boot/amd64-desktop.make2
-rw-r--r--src/boot/arm64-desktop.make6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/boot/amd64-ci.make b/src/boot/amd64-ci.make
index eee7b3cb..ec3d1c6c 100644
--- a/src/boot/amd64-ci.make
+++ b/src/boot/amd64-ci.make
@@ -123,7 +123,7 @@ run-efi-amd64-ata: run-efi-amd64-ata-dma
# 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) 4G
+ qemu-img create -f raw $(IMG) 256M
.PHONY: efi
efi:
diff --git a/src/boot/amd64-desktop.make b/src/boot/amd64-desktop.make
index 1373e20b..26877369 100644
--- a/src/boot/amd64-desktop.make
+++ b/src/boot/amd64-desktop.make
@@ -133,7 +133,7 @@ run-efi-amd64-ata: run-efi-amd64-ata-pio
# img_2 is the rescue disk. img is the bootable disk, as provided by the NeKernel specs.
.PHONY: epm-img
epm-img:
- qemu-img create -f raw $(IMG) 2G
+ qemu-img create -f raw $(IMG) 256M
.PHONY: efi
efi:
diff --git a/src/boot/arm64-desktop.make b/src/boot/arm64-desktop.make
index 83766c38..d908daea 100644
--- a/src/boot/arm64-desktop.make
+++ b/src/boot/arm64-desktop.make
@@ -85,9 +85,9 @@ run:
# img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta.
.PHONY: epm-img
epm-img:
- qemu-img create -f raw $(IMG) 10G
- qemu-img create -f raw $(IMG_2) 4G
- qemu-img create -f raw $(IMG_3) 4G
+ qemu-img create -f raw $(IMG) 256M
+ qemu-img create -f raw $(IMG_2) 256M
+ qemu-img create -f raw $(IMG_3) 256M
.PHONY: efi
efi: