mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
- Determine slice images to create dynamically based on the hd_xxx.txt and fd_xxx.txt files. - Add a volume label directive to the hd_xxx.txt and fd_xxx.txt files. - Add a system image directive to the hd_xxx.txt and fd_xxx.txt files.
46 lines
1003 B
Plaintext
46 lines
1003 B
Plaintext
@Label="NZ-COM"
|
|
@SysImage="../ZSDOS/zsys_wbw.sys"
|
|
#
|
|
# Add the ReadMe document
|
|
#
|
|
d_nzcom/ReadMe.txt 0:
|
|
#
|
|
# Include CP/M 2.2 files
|
|
#
|
|
d_cpm22/u0/SUBMIT.COM 0:
|
|
d_cpm22/u0/*.* 15:
|
|
#
|
|
# Add RomWBW utilities
|
|
#
|
|
#../../Binary/Apps/*.com 15:
|
|
../../Binary/Apps/assign.com 15:
|
|
../../Binary/Apps/cpuspd.com 15:
|
|
../../Binary/Apps/reboot.com 15:
|
|
../../Binary/Apps/fat.com 15:
|
|
../../Binary/Apps/fdu.com 15:
|
|
#../../Binary/Apps/fdu.doc 15:
|
|
#../../Binary/Apps/mode.com 15:
|
|
../../Binary/Apps/rtc.com 15:
|
|
#../../Binary/Apps/survey.com 15:
|
|
../../Binary/Apps/syscopy.com 15:
|
|
../../Binary/Apps/talk.com 15:
|
|
../../Binary/Apps/htalk.com 15:
|
|
../../Binary/Apps/timer.com 15:
|
|
../../Binary/Apps/xm.com 15:
|
|
#
|
|
# Add OS images
|
|
#
|
|
../ZSDOS/zsys_wbw.sys 0:zsys.sys
|
|
#
|
|
# Add Common Applications
|
|
#
|
|
# Common/All/u10/*.* 10:
|
|
Common/All/u14/*.* 14:
|
|
Common/All/u15/*.* 15:
|
|
Common/CPM22/*.* 15:
|
|
Common/Z/u14/*.* 14:
|
|
Common/Z/u15/*.* 15:
|
|
Common/Z3/u10/*.* 10:
|
|
Common/Z3/u14/*.* 14:
|
|
Common/Z3/u15/*.* 15:
|