mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
Add Sys to All Disk Images
This commit adds a default (ZSDOS) system image to all disk images that didn't already have a system image in their boot tracks. - Enables the disk label to be displayed by SLABEL and the Slices Inventory functions for all disk images. - Enables all disk images to have a basic boot mechanism allowing things like automatic batch processing to be added to any disk image. - Changed "ws4" disk image to "wp" to reflect the fact that the disk image has multiple word processing distribuitions (WordStar 4 in user area 0 and ZDE in user area 1).
This commit is contained in:
@@ -133,7 +133,7 @@ slice disk image that has ZSDOS in the first slice and WordStar in
|
||||
the second slice, you could use the following command from a Windows
|
||||
command prompt:
|
||||
|
||||
| C:\RomWBW\Binary>copy /b hd512_zsdos.img + hd512_ws4.img hd_multi.img
|
||||
| C:\RomWBW\Binary>copy /b hd512_zsdos.img + hd512_wp.img hd_multi.img
|
||||
|
||||
You can now write hd_multi.img onto your SD or CF Card and you will
|
||||
have ZSDOS in the first slice and Wordstar in the second slice.
|
||||
@@ -191,7 +191,7 @@ hd1k entry format that has ZSDOS in the first slice and Wordstar in
|
||||
the second slice, you could use the following command from a Windows
|
||||
command prompt:
|
||||
|
||||
| C:\RomWBW\Binary>copy /b hd1k_prefix.dat + hd1k_zsdos.img + hd1k_ws4.img hd_multi.img
|
||||
| C:\RomWBW\Binary>copy /b hd1k_prefix.dat + hd1k_zsdos.img + hd1k_wp.img hd_multi.img
|
||||
|
||||
Since the hd512 format does not utilize a partition, you do not
|
||||
prefix the hd512_xxx.img files with anything. You can simply
|
||||
|
||||
@@ -20,7 +20,7 @@ msxroms2
|
||||
nzcom
|
||||
qpm
|
||||
tpascal
|
||||
ws4
|
||||
wp
|
||||
z3plus
|
||||
z80asm
|
||||
zpm3
|
||||
|
||||
@@ -5,4 +5,4 @@ zsdos
|
||||
nzcom
|
||||
cpm3
|
||||
zpm3
|
||||
ws4
|
||||
wp
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# This is the programming language demo development Combo image for RomWBW
|
||||
|
||||
cpm22
|
||||
ws4
|
||||
wp
|
||||
aztecc
|
||||
bascomp
|
||||
tpascal
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Aztec C"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft BASIC"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft COBOL"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Cowgol"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft Fortran"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Games"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="HITECH-C"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Turbo Pascal"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
6
Source/Images/fd_wp.txt
Normal file
6
Source/Images/fd_wp.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
@Label="Word Processing"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ZDE binaries
|
||||
#
|
||||
../../Binary/Apps/ZDE/*.com 1:
|
||||
@@ -1,5 +0,0 @@
|
||||
@Label="WordStar 4"
|
||||
#
|
||||
# Add the ZDE binaries
|
||||
#
|
||||
../../Binary/Apps/ZDE/*.com 1:
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="SLR Z80ASM"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Aztec C"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft BASIC"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Blank"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Blank disk template
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft COBOL"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Cowgol"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Microsoft Fortran"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Games"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="HITECH-C"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Infocom Games"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="MSX ROMS 1"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="MSX ROMS 2"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="Turbo Pascal"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
6
Source/Images/hd_wp.txt
Normal file
6
Source/Images/hd_wp.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
@Label="Word Processing"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ZDE binaries
|
||||
#
|
||||
../../Binary/Apps/ZDE/*.com 1:
|
||||
@@ -1,5 +0,0 @@
|
||||
@Label="WordStar 4"
|
||||
#
|
||||
# Add the ZDE binaries
|
||||
#
|
||||
../../Binary/Apps/ZDE/*.com 1:
|
||||
@@ -1,4 +1,5 @@
|
||||
@Label="SLR Z80ASM"
|
||||
@SysImage="../ZSDOS/zsys_wbw.sys"
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user