summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)