Minor build tweak
This commit is contained in:
parent
8078438d3c
commit
18113a3f4b
1
Makefile
1
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user