From: Robert Pengelly Date: Sat, 17 Aug 2024 11:39:27 +0000 (+0100) Subject: Copy PCOMM to images in Makefile.w32 X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=9b956db7a55ca0ac8c90509f90b810bbfadcd54d;p=chimaera.git Copy PCOMM to images in Makefile.w32 --- diff --git a/build/chimaera.img b/build/chimaera.img index 22dc4e8..94c651d 100644 Binary files a/build/chimaera.img and b/build/chimaera.img differ diff --git a/build/chimaera.vhd b/build/chimaera.vhd index f2e832a..c76db7f 100644 Binary files a/build/chimaera.vhd and b/build/chimaera.vhd differ diff --git a/src/Makefile.w32 b/src/Makefile.w32 index 9b4bec3..200749f 100644 --- a/src/Makefile.w32 +++ b/src/Makefile.w32 @@ -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 diff --git a/src/apps/pcomm/Makefile.w32 b/src/apps/pcomm/Makefile.w32 index 7f03f20..385d11a 100644 --- a/src/apps/pcomm/Makefile.w32 +++ b/src/apps/pcomm/Makefile.w32 @@ -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 > $@