Mark path to kernel file with +s
This is actually a much easier way to find the kernel file than comparing filenames and helps reducing the size of the bootsector.
This commit is contained in:
parent
955acdacba
commit
d718777ef6
1
Makefile
1
Makefile
@ -64,6 +64,7 @@ part.img: fat32.bs $(DISTFILES)
|
|||||||
mformat -i $@ -F -B fat32.bs ::
|
mformat -i $@ -F -B fat32.bs ::
|
||||||
mmd -i $@ ::rdos
|
mmd -i $@ ::rdos
|
||||||
mcopy -i $@ $(DISTFILES) ::rdos
|
mcopy -i $@ $(DISTFILES) ::rdos
|
||||||
|
mattrib -i $@ +s ::rdos ::rdos/kernel.bs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom
|
rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom
|
||||||
|
Loading…
Reference in New Issue
Block a user