Changes
CP/M 2.2
,/* Amstrad's implementation of CPM 2.2 */
CP/M 2.2 was distributed with the DDI-1 disc interface, the CPC664, and on side 1 of the CPC6128 system discs. It provided 41K TPA.
==== MOVCPM ====
CPM 2.2 is generated using MOVCPM on the CPM 2.2 disc as follows:
MOVCPM 179 *
Which reports a 44KB CPM (Which is TPA+CCP+BDOS).
If you wish to reduce the TPA you need to use a smaller number. e.g.
MOVCPM 160 *
Which reports a 40KB CPM.
Once done, then use SYSGEN * to write it to a new disc.
=== Contents ===