Fix building of hdd image
This commit is contained in:
parent
abc7b563cd
commit
63e85af62f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ part.img: fatc.bs $(DISTFILES)
|
|||
mattrib -i $@ +s ::rdos ::rdos/kernel.bs
|
||||
|
||||
hdd.img: part.img mbr.bs
|
||||
cat $< > $@
|
||||
cat mbr.bs part.img > $@
|
||||
|
||||
clean:
|
||||
rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue