From 2a6743666345e6a9d4452533efdc75ba143d0869 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 7 Oct 2021 20:36:03 +0000 Subject: make: increase a zero space after the kernel to 65536 bytes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f761c9..75a159a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: $(OSBIN) $(OSBIN): $(BOOTBIN) $(KERNBIN) cat $^ > $@ - dd if=/dev/zero bs=512 count=15 >> $@ + dd if=/dev/zero bs=512 count=128 >> $@ # 65536 $(BOOTBIN): $(MAKE) -C $(ARCH_BOOT) -- cgit v1.2.3-18-g5258