mirror of https://github.com/wwarthen/RomWBW.git
Browse Source
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).pull/633/head
113 changed files with 58 additions and 34 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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="Blank" |
@Label="Blank" |
||||
|
@SysImage="../ZSDOS/zsys_wbw.sys" |
||||
# |
# |
||||
# Blank disk template |
# Blank disk template |
||||
# |
# |
||||
|
|||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue