Use 8.3 for source file names

This commit is contained in:
Juhani Krekelä 2021-06-30 20:41:37 +03:00
parent 9a829fc71c
commit 19472fbbec
2 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
all: nor86.img
nor86.img: bootsector.bin kernel.bin CC0 README.md
nor86.img: bootsect.bin kernel.bin CC0 README.md
rm -f $@
mkdosfs -C $@ 1440
rw -i bootsector.bin -o $@
rw -i bootsect.bin -o $@
mcopy -i $@ CC0 ::
mcopy -i $@ README.md ::
mcopy -i $@ kernel.bin ::