Files
RomWBW/Source/Images/d_cpm3
Wayne Warthen c7923bbcff Miscellaneous Disk Image Cleanup
- Per Mark Pruden, corrected NZCOM user area specification for CP/M 2.2 files.
- Added some DRI files to CP/M 3 that are documented in the CP/M 3 documentation (LIB, LINK, MAC, RMAC, XREF).  They are duplicated in CP/M 2.2 image, so this should be reviewed at some point.
- Added XREF to CP/M 2 disk image for consistency with CP/M 3.
- Updated Catalog.md per Mark Pruden to eliminate obsolete column from table.
2024-11-08 09:37:21 -08:00
..
2024-11-08 09:37:21 -08:00
2024-11-08 09:37:21 -08:00

This is a generic CP/M 3 adaptation for RomWBW.

There are two ways to launch CP/M 3.  First, you can run the command
CPMLDR from a CP/M 2.2 or Z-System command line.  Alternatively, you can
boot directly into CP/M 3 by choosing the CP/M 3 disk from the RomWBW
loader prompt.  The CP/M 3 disk must be bootable in this case.

With the following exceptions, the files in this directory came from
the CP/M 3 binary distribution on "The Unofficial CP/M Web site" at
http://www.cpm.z80.de/binary.html.

The included files have been
patched with all applicable DRI patches per CPM3FIX.PAT.

ZSID.COM is the original DRI ZSID distribution, but patched to use 
RST 6 instead of RST 7 to avoid conflicting with mode 1 interrupts.

CP/M 3 is now fully Year 2000 compliant. This affects the programs
DATE.COM, DIR.COM and SHOW.COM.

Dates can be displayed in US, UK or Year-Month-Day format. This is set by
SETDEF:

Press RETURN to Continue
      SETDEF [US]
      SETDEF [UK]
      SETDEF [YMD]  respectively.

The CCP has a further bug fix: A command sequence such as:

  C1
  :C2
  :C3

will now not execute the command C3 if the command C1 failed.