1
0

Minor build tweak
All checks were successful
CI / Typos (push) Successful in 11s
CI / Clippy (push) Successful in 30s
CI / Build (push) Successful in 1m15s

This commit is contained in:
Mark 2025-03-01 20:37:58 -08:00
parent 6f32d2bb7b
commit 0bd0d9d234
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -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