mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
Merge pull request #447 from kiwisincebirth/map/disk-optimise
Merged /Common/Utils into Common/All, and reorganised.
This commit is contained in:
@@ -627,7 +627,7 @@ The following files appear in User Area 0
|
||||
| `QSTAMPV.COM` | Initializes disk for date/time stamping (vertical sort) |
|
||||
| `QSTAMPX.COM` | Initializes disk for date/time stamping (horizontal sort) |
|
||||
| `QSTAT.COM` | QP/M enhanced version of CP/M 2.2 STAT application |
|
||||
| `QSUB.COM` | QP/M batch file submission program |
|
||||
| `QSUB.COM` | QP/M batch file submission program - Like SUBMIT |
|
||||
| `QSWEEP.COM` | QP/M directory sweep utility |
|
||||
| `QTERM.DAT` | Terminal control codes used by DEBUGZ |
|
||||
| `QTERMS.LIB` | Library of available terminal definitions |
|
||||
@@ -683,10 +683,8 @@ The following files are general purpose an provided in (mostly) all OS images
|
||||
|
||||
The following files are found in
|
||||
|
||||
* /Source/Apps
|
||||
* /Source/Apps/*
|
||||
* /Source/Images/Common/All
|
||||
* /Source/Images/Common/UTILS
|
||||
* /Source/TastyBasic
|
||||
|
||||
The following files provide specific functionality enabled by
|
||||
@@ -739,7 +737,7 @@ distribution. Some provide command line help themselves. Some are fairly obvio
|
||||
| `GENHEX.COM` | | Generates an Intel Hex file from the input file |
|
||||
| `LS.COM` | | An alternative file listing to DIR |
|
||||
| `LSWEEP.COM` | | Extract and view member files of an .LBR archive |
|
||||
| `MBASIC.COM` | | Microsoft BASIC language interpreter |
|
||||
| `MBASIC.COM` | Microsoft | Microsoft BASIC language interpreter |
|
||||
| `NULU.COM` | | NZCOM new library utility (.LBR) management tool |
|
||||
| `PMARC.COM` | | Create or add file(s) to LHA .PMA archive |
|
||||
| `PMEXT.COM` | | Extract file(s) from .PMA/.LZH/.LHA archive |
|
||||
@@ -754,7 +752,7 @@ distribution. Some provide command line help themselves. Some are fairly obvio
|
||||
| `UNCR.COM` | | Decompress Crunched file(s). See CRUNCH.COM |
|
||||
| `UNZIP.COM` | Lars Nelson | UNZIP extracts from MS-DOS ZIP files |
|
||||
| `UNZIP.DOC` | | Documentation for UNZIP |
|
||||
| `XSUB1.COM` | Lars Nelson | Replacement for DRI SUB |
|
||||
| `XSUB1.COM` | Lars Nelson | Replacement for DRI XSUB |
|
||||
| `ZAP.COM` | | Interactive disk & file utility |
|
||||
| `ZDE.COM` | | Compact WordStar-like editor |
|
||||
| `ZDE.DOC` | | ZDE Documentation |
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
#
|
||||
#../../Binary/Apps/*.com 15:
|
||||
../../Binary/Apps/assign.com 15:
|
||||
#../../Binary/Apps/bbcbasic.com 15:
|
||||
#../../Binary/Apps/bbcbasic.txt 15:
|
||||
../../Binary/Apps/cpuspd.com 15:
|
||||
../../Binary/Apps/reboot.com 15:
|
||||
../../Binary/Apps/fat.com 15:
|
||||
@@ -40,9 +42,10 @@
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM22/*.* 15:
|
||||
#Common/Z/u10/*.* 10:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
Common/Z3/u10/*.* 10:
|
||||
|
||||
@@ -40,5 +40,7 @@ d_cpm22/ReadMe.txt 0:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
|
||||
@@ -56,5 +56,7 @@ d_cpm3/ReadMe.txt 0:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM3/*.* 0:
|
||||
|
||||
@@ -17,7 +17,10 @@ d_cpm22/u0/XSUB.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:
|
||||
@@ -30,9 +33,10 @@ d_cpm22/u0/XSUB.COM 15:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM22/*.* 15:
|
||||
#Common/Z/u10/*.* 10:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
Common/Z3/u10/*.* 10:
|
||||
|
||||
@@ -44,5 +44,7 @@ d_cpm22/u0/*.* 0:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
|
||||
@@ -51,7 +51,9 @@ d_cpm3/u0/HELP.HLP 0:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
# Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM3/*.* 15:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
|
||||
@@ -53,8 +53,9 @@ d_cpm22/u0/XSUB.COM 0:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
#Common/Z/u10/*.* 0:
|
||||
Common/Z/u14/*.* 0:
|
||||
Common/Z/u15/*.* 0:
|
||||
|
||||
@@ -54,7 +54,9 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM22/*.* 15:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
@@ -62,4 +64,3 @@ Common/Z3/u10/*.* 10:
|
||||
Common/Z3/u14/*.* 14:
|
||||
Common/Z3/u15/*.* 15:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 15:
|
||||
|
||||
@@ -59,7 +59,8 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 0:
|
||||
|
||||
@@ -75,7 +75,8 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM3/*.* 0:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 0:
|
||||
|
||||
@@ -77,7 +77,9 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM22/*.* 15:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
@@ -85,4 +87,3 @@ Common/Z3/u10/*.* 10:
|
||||
Common/Z3/u14/*.* 14:
|
||||
Common/Z3/u15/*.* 15:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 15:
|
||||
|
||||
@@ -58,7 +58,8 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 0:
|
||||
|
||||
@@ -75,7 +75,9 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 15:
|
||||
Common/All/u10/*.* 10:
|
||||
Common/All/u14/*.* 14:
|
||||
Common/All/u15/*.* 15:
|
||||
Common/CPM3/*.* 15:
|
||||
Common/Z/u14/*.* 14:
|
||||
Common/Z/u15/*.* 15:
|
||||
@@ -83,4 +85,3 @@ Common/Z3/u10/*.* 10:
|
||||
Common/Z3/u14/*.* 14:
|
||||
Common/Z3/u15/*.* 15:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 15:
|
||||
|
||||
@@ -67,9 +67,10 @@ Common/Test/*.* 2:
|
||||
#
|
||||
# Add Common Applications
|
||||
#
|
||||
Common/All/*.* 0:
|
||||
Common/All/u10/*.* 0:
|
||||
Common/All/u14/*.* 0:
|
||||
Common/All/u15/*.* 0:
|
||||
Common/CPM22/*.* 0:
|
||||
Common/Z/u14/*.* 0:
|
||||
Common/Z/u15/*.* 0:
|
||||
Common/SIMH/*.* 13:
|
||||
Common/UTILS/*.* 0:
|
||||
|
||||
Reference in New Issue
Block a user