Add mushroom client, at last

This commit is contained in:
2025-10-01 14:47:52 +02:00
parent 0c0133b3c1
commit f707c394f0
3 changed files with 339 additions and 2 deletions

View File

@@ -51,12 +51,15 @@ wozmon.bin: wozmon.elf
paracli.elf: LDFLAGS += -T doscom.ld
paracli.elf: paracli.s paracomm.o
polos.img: fat12boot.bin polmon.com polio.com paracli.com
mushroom.elf: LDFLAGS += -T doscom.ld
mushroom.elf: mushroom.s paracomm.o
polos.img: fat12boot.bin polmon.com polio.com mushroom.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 ::/
mcopy -i $@ mushroom.com ::/
dd if=fat12boot.bin of=$@ conv=notrunc
.PHONY: clean