home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / DEMON / ZCCP0293.ARC / READ.ME < prev    next >
Text File  |  1993-02-07  |  4KB  |  103 lines

  1.  
  2.  
  3.  
  4.  
  5.                      Z C C P  by Simeon Cran
  6.                      =======================
  7.  
  8.  
  9. February 1993.
  10. ZCCP has been improved slightly from the original release. It 
  11. should run much the same as before however modifications have 
  12. been made in an attempt to allow it to work successfully from 
  13. systems which boot from other than the A: drive. Also, the 
  14. terminal dimensions are now automatically taken from the SCB (as 
  15. set up by GENCPM). Special thanks go to Randy Winchester who is 
  16. sharing his easy to follow instructions about ZCCP. Read ZCCP.TXT 
  17. in this package for the expert help.
  18.  
  19.  
  20.  
  21.  
  22. ZCCP Quick Instructions
  23. =======================
  24.  
  25. ZCCP is a direct replacement for the CP/M 3.0 CCP. It requires 
  26. ZPM3 and provides a ZCPR compatible system. There are some minor 
  27. incompatibilities with ZCPR however the advantages of ZCCP more 
  28. than outweigh these.
  29.  
  30. You must replace your current CCP with the ZCCP.COM. How you do 
  31. this will depend on the setup of your computer so no details are 
  32. given here.
  33.  
  34. When ZCCP starts, it reads ZINSTAL.ZPM (which must be on the 
  35. default boot drive (usually A:) in user area 0). This file can 
  36. be patched to set initial values for MHZ (speed of the computer), 
  37. MAXU (maximum user number) and MAXD (highest disk drive). These 
  38. values are set near the start of the ZINSTAL.ZPM file and there 
  39. are ASCII pointers to them (which can be seen with a debugger 
  40. such as SID.COM).
  41.  
  42. After ZINSTAL.ZPM has been read, ZCCP attempts to run the command 
  43. STARTZPM.COM. This is usually an "alias" containing a number of 
  44. commands used to put the system into a useful state. Typically 
  45. STARTZPM.COM would contain commands to load a TCAP and named 
  46. directory file, to set the path, and to set an error handler.
  47.  
  48. LOADSEG.COM is a ZCCP utility used to load RSXes, TCAPs and Named 
  49. Directory files. It contains some online help.
  50.  
  51. RSXDIR.COM is a ZCPR utility which displays RSXes in memory. It 
  52. has been included to help you understand how LOADSEG places 
  53. various segments in high memory.
  54.  
  55. DISKINFO.COM is a ZCPR utility which gives information about your 
  56. disks. It has been included for your interest.
  57.  
  58. Note that ZCCP has very few resident commands. If you are 
  59. switching from a standard CP/M 3.0 CCP you will find that you are 
  60. unable to perform certain simple functions (such as directory 
  61. displays!). You should therefore obtain replacements for the CCP 
  62. resident commands before installing ZCCP. The Z-Node bulletin 
  63. boards in Australia and the USA are a good source. Note that ZCCP 
  64. will not load Type-4 ZCPR programs.
  65.  
  66. If you are familiar with ZCPR systems you should have little 
  67. trouble in getting the most from ZCCP. If you are new to ZCPR, I 
  68. suggest that you learn as much as you can. ZCPR is a complex and 
  69. powerful system which does very little without proper setup.
  70.  
  71. RCP's and IOP's are not implemented (which saves TPA space) and 
  72. FCP's are not implemented although flow control is. To use flow 
  73. control you must have an IF.COM program to handle IF commands. 
  74. ZCCP handles the standard flow control commands internally (XIF, 
  75. FI, ELSE, AND, OR). There are two other internal commands 
  76. implemented: NOTE (a do-nothing command) and CLS (to clear the 
  77. screen).
  78.  
  79.  
  80. The ZCCP package presented here may be freely distributed and 
  81. used for your own private use. No commercial or institutional use 
  82. is allowed without prior written agreement.
  83.  
  84.  
  85. The ZCCP package is copyright 1992,1993 by Simeon Cran, Brisbane, 
  86. Australia.
  87.  
  88.  
  89. The Z-Node 62 BBS in Perth, Western Australia may be contacted 
  90. from Australia on 09 450 0200 or from overseas on +619 4500200. 
  91. Z-Node 62 also is a distribution point for ZPM3 and MYZ80. MYZ80 
  92. is a high performance Z80 emulator for IBM AT (and better) 
  93. computers. MYZ80 is able to run ZPM3.
  94.  
  95.  
  96. No support for ZCCP is being offered at this stage. Use at your 
  97. own risk.
  98.  
  99.  
  100. Simeon Cran.
  101. February 1993.
  102.  
  103.