From 0bd0d9d234ba177947158cd8f566905c3e72223e Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 1 Mar 2025 20:37:58 -0800 Subject: [PATCH] Minor build tweak --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f25b6ea..45f5b6c 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,6 @@ img: $(BUILD)/disk.img $(BUILD)/disk.img: $(BUILD)/mbr.bin $(BUILD)/stage2.bin @mkdir -p $(BUILD) @echo "" - dd if=/dev/zero of=$@ bs=512 count=32 dd if="$(BUILD)/mbr.bin" of=$@ conv=notrunc bs=512 dd if="$(BUILD)/stage2.bin" of=$@ conv=notrunc seek=$(STAGE2_SECTOR) bs=512