CP/M 2.0
========

  This archive contains CP/M 2.0 as built from the released source code 
(DRIPAK).

  If you have the source distribution, the file making.txt explains how to
set up the build environment on your computer.

Differences from Digital Research CP/M 2.0
==========================================

- The supplied source for ASM builds ASM 1.4, while the ASM.COM distributed
with CP/M 2.0 signs on as ASM 2.0. Apart from the version number, the only 
difference is a patch in the GNCN (Get Next Character) subroutine, which 
I have applied to the source code.

- The original build process for DDT and XSUB filled unused areas with random
data. The build process in this distribution fills them with zeroes, so 
a binary comparison of these files against the originals will show numerous
(irrelevant) differences.

What's missing?
===============
  I have not attempted to include anything system-specific in the build, so 
the following files are not built:
* The MDS-800 boot sector
* The MDS-800 BIOS
* MOVCPM
* SYSGEN

The BDOS and CCP are built in relocatable form (choice of .PRL or .SPR).

