Skip to content

Commit

Permalink
Merge pull request #447 from kiwisincebirth/map/disk-optimise
Browse files Browse the repository at this point in the history
Merged /Common/Utils into Common/All, and reorganised.
  • Loading branch information
wwarthen authored Oct 23, 2024
2 parents 0c7dfa0 + 1fe47c4 commit 19d1547
Show file tree
Hide file tree
Showing 51 changed files with 50 additions and 29 deletions.
8 changes: 3 additions & 5 deletions Source/Doc/Catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand All @@ -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 |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions Source/Images/fd_bp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion Source/Images/fd_cpm22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
4 changes: 3 additions & 1 deletion Source/Images/fd_cpm3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
8 changes: 6 additions & 2 deletions Source/Images/fd_nzcom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion Source/Images/fd_qpm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
4 changes: 3 additions & 1 deletion Source/Images/fd_zpm3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions Source/Images/fd_zsdos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
5 changes: 3 additions & 2 deletions Source/Images/hd_bp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ 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:
Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:
5 changes: 3 additions & 2 deletions Source/Images/hd_cpm22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
5 changes: 3 additions & 2 deletions Source/Images/hd_cpm3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
5 changes: 3 additions & 2 deletions Source/Images/hd_nzcom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ 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:
Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:
5 changes: 3 additions & 2 deletions Source/Images/hd_qpm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
5 changes: 3 additions & 2 deletions Source/Images/hd_zpm3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ 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:
Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:
5 changes: 3 additions & 2 deletions Source/Images/hd_zsdos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 19d1547

Please sign in to comment.