Add mushroom client, at last
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user