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 / CPM / ZCPR33 / S-Z / Z-PLAN.LBR / Z-PLAN.IZF / Z-PLAN.INF
INI File  |  2000-06-30  |  7KB  |  128 lines

  1. [Z-PLAN.INF]
  2.  
  3.  
  4.                       Alpha Systems (Joe Wright)
  5.                          711 Chatsworth Place
  6.                           San Jose, CA 95128
  7.                          408-297-5583 (voice)
  8.  
  9.                    New NZ-COM and Z3PLUS Releases!
  10.  
  11.      Joe  Wright,  Bridger Mitchell  and Jay Sage  have just completed
  12. NZ-COM  and Z3PLUS,  new versions of the Z-System that are  automatic,
  13. universal, and dynamic. NZ-COM runs on CP/M-2.2 computers; Z3PLUS runs
  14. on CP/M-Plus computers. NZ-COM does run on Apple CP/M cards.
  15.  
  16.      They are automatic in that no installation is required.  In  par-
  17. ticular,  no changes have to be made in the BIOS. There is no need for
  18. source code, editing, assembling, MOVCPM, SYSGEN, or DDT. The Z-System
  19. can  be  removed at any time by issuing a command that reinstates  the
  20. user's underlying CP/M system. Joe Wright invented the basic technique
  21. with  his  Z3-DOT-COM and Z-COM products several  years  ago.  Bridger
  22. Mitchell  has extended the technique to CP/M-Plus  systems,  and  many
  23. very substantial enhancements have been added.
  24.  
  25.      The  new  systems  are universal in that system  modules  can  be
  26. provided  in a file format that can be used on any system with  memory
  27. allocated for that module. Bridger Mitchell invented a new relocatable
  28. file format which we call ZRL,  for Z-system ReLocatable.  It is based
  29. the  seldom-used  named common facility supported in  advanced  assem-
  30. blers. For example, the new command processor, ZCPR34, can be supplied
  31. as a small, binary file (e.g., ZCPR34.ZRL) that can be loaded into any
  32. CP/M-2.2-based  Z-System,  no  matter  how its  memory  is  configured
  33. (Z3PLUS  has  an equivalent command processor).  There is no longer  a
  34. need to assemble from source code with a Z3BASE.LIB file configured to
  35. describe  the  user's particular system.  The same is true  for  RCPs,
  36. FCPs, DOSs, and other code modules.
  37.  
  38.      Jay  Sage's contribution to the effort (besides the  version  3.4
  39. command processor) was to make the operating systems dynamic. It is no
  40. longer necessary to make a static,  once-and-for-all trade-off between
  41. Z-System  features and program memory space.  The operating system  is
  42. now more like an application program -- it can be changed at any time,
  43. even right in the middle of a multiple command line. It can be changed
  44. manually or automatically under the control of aliases that use the Z-
  45. System flow control facility.
  46.  
  47.      Now  you can allocate memory (1.5K typically) for an IOP  (input-
  48. output  package) only when you are actually using an IOP.  When a mem-
  49. ory-hungry  application  program is to be run,  you can drop  the  two
  50. largest buffers,  the RCP and IOP,  which usually take 3.5K of memory.
  51. If  you need still more room,  you can drop the NDR and FCP.  You  can
  52. make  a minimum Z-System that takes only 1.0K and still  provides  its
  53. most important features. If your application requires absolutely every
  54. available  byte of memory,  you can drop back to CP/M.  Using  SUBMIT,
  55. even  this process can be automated!  The Z-System can  disappear,  an
  56. application  can  run  under standard CP/M,  and the Z-System  can  be
  57. reestablished, all automatically as a result of a single user command!
  58. You never even know that Z-System was gone.
  59.  
  60.  
  61.                             Page 1
  62.  
  63.  
  64.  
  65.  
  66.  
  67. [Z-PLAN.INF]
  68.  
  69.  
  70.  
  71.      With  NZ-COM's system definition utility MKZCM (MaKe  Z-Com)  you
  72. can define the sizes of the following modules:  CCP,  DOS,  BIOS, IOP,
  73. RCP (resident command package), FCP (flow command package), NDR (named
  74. directory register),  shell stack, and an all-purpose user buffer. The
  75. latter  can  be  used for "above-BIOS" items  like  DateStamper,  BYE,
  76. special drivers,  and so on.  In the case of the shell stack,  you can
  77. define both the size and number of stack entries  supported.  And,  by
  78. the way,  that was not a misprint above -- you can define systems with
  79. nonstandard  CCP,  DOS,  and BIOS sizes.  This allows for some  rather
  80. interesting  experiments  and configurations.  Z3PLUS  allows  similar
  81. capabilities.
  82.  
  83.      You can now have several versions of command processor or DOS and
  84. load  a  new one with a simple command.  NZCOM is supplied  with  four
  85. significant  variants  of the command processor;  Z3PLUS includes  two
  86. versions,  one of which puts the time in the prompt.  Similarly,  with
  87. NZ-COM  you can switch between ZRDOS (supplied with NZ-COM) and  other
  88. versions of the DOS now (or soon) available,  such as  P2DOS,  Z80DOS,
  89. ZSDOS, and ZDDOS. (Z3PLUS uses the CP/M-Plus DOS.)
  90.  
  91.      Each  product includes an extensive manual (more than 70 pages in
  92. 'IBM'  format binder,  written by Jay Sage and Bridger  Mitchell)  co-
  93. vering the particular product and Z-System in general.  There are many
  94. examples and hints.  Each product is priced at $69.95 for the standard
  95. version  including the necessary operating system files and a  minimum
  96. set  of Z utilities.  NZ-COM is offered in a version with some sources
  97. (including  the  source to ZCPR34) at $99.95.  Eventually  there  will
  98. probably be some higher priced versions that include a more  extensive
  99. set of Z utilities on diskette.  For those who have access to Z-Nodes,
  100. Royal Oak, or Simtel20, there will be no need to spend the extra money
  101. on  these versions.  For those who for some unusual reason cannot  use
  102. NZ-COM  (or for the stubborn who insist on an inferior,  manually  in-
  103. stalled  system),  the  source  to ZCPR34 is available  separately  at
  104. $49.95.
  105.  
  106.      For  those  who have not heard,  Joe Wright's Alpha  Systems  has
  107. taken over the marketing of Z-System from Echelon, which is essential-
  108. ly out of business.
  109.  
  110.                                 Z-PLAN
  111.   (A special offer to all CP/M 8-Bit Computer Clubs & User Groups!)
  112.  
  113.      As our special way of saying thank-you to the 8-Bit CP/M communi-
  114. ty  who have stayed loyal to us over the years we would like  to  make
  115. available  NZ-COM and Z3PLUS to User's Groups and Computer Clubs on  a
  116. special  basis.  We  would like to make the Clubs and User Groups  our
  117. dealers  and  have them sell direct to their  members  at  substantial
  118. savings.  We  see  this arrangement as an ideal way of  promoting  our
  119. products,  and  doing  our little bit to support the User  Groups  and
  120. Clubs  which are very definitely the back-bone of the 8-Bit CP/M  com-
  121. munity. Print this file and the files Z-PLAN.DOC, Z-PLAN.FRM, and take
  122. them  to  your next club meeting to discuss with your other club  mem-
  123. bers. Also please upload Z-PLAN.LBR to the other BBS's you use.
  124.  
  125.  
  126.  
  127.                             Page 2
  128.