Add paracli, a parallel port comm utility

This commit is contained in:
2025-09-29 18:00:55 +02:00
parent 83e267fa36
commit 8b434f4434
5 changed files with 251 additions and 1 deletions

View File

@@ -48,11 +48,15 @@ wozmon.elf: CPPFLAGS += -DNOBPB
wozmon.bin: wozmon.elf
polos.img: fat12boot.bin polmon.com polio.com
paracli.elf: LDFLAGS += -T doscom.ld
paracli.elf: paracli.s paracomm.o
polos.img: fat12boot.bin polmon.com polio.com paracli.com
dd if=/dev/zero of=$@ bs=512 count=720
mformat -i $@ -t 40 -h 2 -s 9
mcopy -i $@ polio.com ::/
mcopy -i $@ polmon.com ::/
mcopy -i $@ paracli.com ::/
dd if=fat12boot.bin of=$@ conv=notrunc
.PHONY: clean