Include development executables in the disk image

This commit is contained in:
Juhani Krekelä 2021-08-26 12:38:40 +03:00
parent b3ca33653f
commit ab809d01b1
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM
ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe link.exe masm.exe
rm -f ordos.img
mkdosfs -C $@ -M 0xff 320
rw -I 0x7c00 -i BOOT.BIN -o $@ -c 512
mcopy -i $@ IO.SYS ::
mcopy -i $@ ORDOS.SYS ::
mcopy -i $@ COMMAND.COM ::
mcopy -i $@ debug.com ::
mcopy -i $@ edlin.com ::
mcopy -i $@ exe2bin.exe ::
mcopy -i $@ link.exe ::
mcopy -i $@ masm.exe ::
BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM:
dosbox -exit build.bat