build on the target board under CP/M (or MP/M)
tools needed:
RMAC.COM
LINK.COM (version 1.31 !)
GENCPM.COM
PPIP.COM

system files needed:
BNKBDOS3.SPR
RESBDOS3.SPR
(GENCPM.DAT)		; previous default system settings

instructions:
RMAC BIOSKRNL		; assemble bios source files
RMAC BOOT
RMAC CHARIO
RMAC DISK
RMAC DRVTBL
RMAC MOVE
RMAC SCB
LINK BNKBIOS3[B]=BIOSKRNL,SCB,BOOT,CHARIO,MOVE,DRVTBL,DISK	; make
								; BNKBIOS3.SPR
GENCPM 			; or GENCPM AUTO to accept GENCPM.DAT defaults

PPIP CPM3.SYS B0:	; copy CPM3.SYS to user 0 of the target bootvolume

