home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / ZSDOS1.ZIP / README < prev    next >
Text File  |  1998-12-30  |  3KB  |  69 lines

  1. ZSDOS-GP.  General Public Release of the ZSDOS 1.x Operating System.
  2.  
  3. Copyright (C) 1986.7.8 by:
  4.  
  5.     Harold F. Bower          and         Cameron W. Cotrill
  6.       7914 Redglobe Ct.                     2160 N.W. 159th Place
  7.       Severn, MD  21144-1048                Beaverton, OR  97006
  8.       USA.                                  USA.
  9.  
  10.       HalBower@worldnet.att.net             ccotrill@symantic.com
  11.  
  12.     This program is free software; you can redistribute it and/or modify
  13.     it under the terms of the GNU General Public License as published by
  14.     the Free Software Foundation; either version 2 of the License, or
  15.     (at your option) any later version.
  16.  
  17.     This program is distributed in the hope that it will be useful,
  18.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  20.     General Public License (file LICENSE.TXT) for more details.
  21.  
  22.     You should have received a copy of the GNU General Public License
  23.     along with this program; if not, write to the Free Software
  24.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  25.  
  26. This Basic Disk Operating System is an enhanced CP/M 2.2 compatible
  27. core tailored for efficient operating on Z80 processors.  It is
  28. coded for assembly by the SLR Systems SLR180 or Z80ASMP assemblers,
  29. as well as Al Hawley's ZMAC assembler (NOT Echelon's or Hi-Tech's
  30. ZMAC assemblers).  Assembly is possible under other assemblers with
  31. appropriate modifications to conditional assembly directives and/or
  32. arguments coded with square brackets ({}).
  33.  
  34. To assemble a relocatable image of the ZSDOS, first edit ZSDOS.LIB
  35. to reflect your desired options.  Among the more important options
  36. are:
  37.  
  38.   ZS   - If Set to True, the ZSDOS variant will be produced which
  39.     requires an external clock driver and File stamping module.
  40.     These are tailored to various combinations of the DateStamper,
  41.     P2DOS (CP/M+), or NZTIM stamp methods with utility routines
  42.     in a separate package.  If Set to False, the ZDDOS variant is
  43.     produced which contains support for ONLY DateStamper file
  44.     stamps, but with internal drivers and NO support for the DOS
  45.     search path and other minor features.
  46.  
  47.   ZSDOS11  - This flag, when set to True assembles a version
  48.     compatible to the released rev level which has been a
  49.     commercial product since 1988.  The released utilities are
  50.     set for this version as distributed.  A later 1.2 version was
  51.     produced but never distributes.  Setting this flag to False
  52.     will require reassembly and rebuilding of support modules to
  53.     permit an operating installation.
  54.  
  55.   ZRL  - This flag provides a Named Common label needed by NZCOM and
  56.     other Z-System components if set to True.  When set to False,
  57.     this label is not embedded in the relocatable file.
  58.  
  59. If you are Not running a ZCPR-based command processor, many of the
  60. remaining equates are unimportant, but examine them and set any
  61. values you need to system parameters.
  62.  
  63. Assemble the program to a Microsoft Relocatable file (default type of
  64. .REL) and rename the output file type to .ZRL if you had the ZRL
  65. equate set to True in ZSDOS.LIB.  You may then use the output file
  66. directly in an NZ-COM build, installation per the manual with
  67. utilities provided in a separate file, or link to an absolute image
  68. for manual installation.
  69.