mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
; ***** CREATING A BANKED CP/M 3 SYSTEM *****
|
|
cp bnkcpm.dat m:gencpm.dat
|
|
cp bnkbdos3.spr resbdos3.spr m:
|
|
m:
|
|
link bnkbios3[b]=zbios,scb,boot,chario,move,flpmod,hddmod,ramdsk,dskmod
|
|
gencpm auto
|
|
cp cpm3.sys a:bnkcpm.sys
|
|
a:
|
|
;banked CPM3.SYS is now in A:BNKCPM.SYS
|