summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/amd64-desktop.make
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/amd64-desktop.make')
-rw-r--r--dev/boot/amd64-desktop.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/amd64-desktop.make b/dev/boot/amd64-desktop.make
index 3ed2ba3f..21a99941 100644
--- a/dev/boot/amd64-desktop.make
+++ b/dev/boot/amd64-desktop.make
@@ -96,7 +96,7 @@ all: compile-amd64
.PHONY: disk
disk:
- dd if=/dev/zero of=$(BOOT) bs=30M count=100
+ dd if=/dev/zero of=$(BOOT) bs=7M count=100
mformat -i $(BOOT) -F -v "NEKERNEL-ESP"
@@ -128,7 +128,7 @@ run-efi-amd64-ata-dma:
.PHONY: run-efi-amd64-ata
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.
+# 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) 4G