Copy PCOMM to images in Makefile.w32
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 17 Aug 2024 11:39:27 +0000 (12:39 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 17 Aug 2024 11:39:27 +0000 (12:39 +0100)
build/chimaera.img
build/chimaera.vhd
src/Makefile.w32
src/apps/pcomm/Makefile.w32

index 22dc4e8216c8515c6ef85f20b3fe396b8ace4c87..94c651d0cb818af012e7502bf5b1f79b3e578283 100644 (file)
Binary files a/build/chimaera.img and b/build/chimaera.img differ
index f2e832a94167fbb2c102775e49ca21cbc29e1306..c76db7f04b58112e2ef8deb553bc9546106b470b 100644 (file)
Binary files a/build/chimaera.vhd and b/build/chimaera.vhd differ
index 9b4bec3531a8f844d54c37e9410c7d25fd36b47d..200749f7a24f80bd3788d2f9e01a825cbe718f45 100644 (file)
@@ -29,6 +29,7 @@ chimaera.img: all
        utils/dosfstools/mcopy -i $@ $(SRCDIR)/boot/freeldr/freeldr.cfg ::/boot/freeldr/
        utils/dosfstools/mcopy -i $@ boot/freeldr/core/freeldr.sys ::
        utils/dosfstools/mcopy -i $@ kernel/kernel.sys ::
+       utils/dosfstools/mcopy -i $@ apps/pcomm/pcomm.com ::command.com
 
 chimaera.vhd: all
        if exist $@ ( del /q $@ )
@@ -41,6 +42,7 @@ chimaera.vhd: all
        utils/dosfstools/mcopy --arca --offset 17 -i $@ $(SRCDIR)/boot/freeldr/freeldr.cfg ::/boot/freeldr/
        utils/dosfstools/mcopy --arca --offset 17 -i $@ boot/freeldr/core/freeldr.sys ::
        utils/dosfstools/mcopy --arca --offset 17 -i $@ kernel/kernel.sys ::
+       utils/dosfstools/mcopy --arca --offset 17 -i $@ apps/pcomm/pcomm.com ::command.com
 
 run-qemu: chimaera.img chimaera.vhd
        qemu-system-i386 -cpu 486 -drive file="chimaera.img",format=raw,if=floppy,index=0 -m 4M
index 7f03f20916c60612520c50f26d4c0e6d3a8ee771..385d11a4eac97561f99efcadf1d4c9ea7470c73a 100644 (file)
@@ -18,7 +18,7 @@ clean:
 
 cmdhash.gen: commands genhash.exe
        genhash.exe < $< > $@
-       del /q genhash,exe
+       del /q genhash.exe
 
 ver.inc: genver.exe
        genver.exe > $@