Fix wrong filename for VBR
This commit is contained in:
parent
d19ba03cfd
commit
e94059c625
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ programs/%.com: programs/%.asm
|
|||||||
nasm -s -I lib -o $@ $<
|
nasm -s -I lib -o $@ $<
|
||||||
|
|
||||||
fdimage.img: boot/fat.bs $(DISTFILES)
|
fdimage.img: boot/fat.bs $(DISTFILES)
|
||||||
mformat -C -i $@ -f $(FLOPPY) -B boot/floppy.bs ::
|
mformat -C -i $@ -f $(FLOPPY) -B boot/fat.bs ::
|
||||||
mcopy -i $@ $(DISTFILES) ::
|
mcopy -i $@ $(DISTFILES) ::
|
||||||
|
|
||||||
hdimage.img: boot/mbr.bs fdimage.img
|
hdimage.img: boot/mbr.bs fdimage.img
|
||||||
|
Loading…
Reference in New Issue
Block a user