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 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -64,6 +64,7 @@ part.img: fat32.bs $(DISTFILES)
|
|||
mformat -i $@ -F -B fat32.bs ::
|
||||
mmd -i $@ ::rdos
|
||||
mcopy -i $@ $(DISTFILES) ::rdos
|
||||
mattrib -i $@ +s ::rdos ::rdos/kernel.bs
|
||||
|
||||
clean:
|
||||
rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue