home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / bdos / dospls25.ark / !!READ.ME < prev    next >
Encoding:
Text File  |  1988-01-13  |  2.9 KB  |  78 lines

  1. This LBR has been repacked as a .ARC (or .ARK) file for storage
  2. on MSDOS systems, and renamed from DOS+25.LBR to DOSPLS25.ARC.
  3. Similarly, some embedded files have been renamed so that they
  4. will not abort operations under MSDOS.
  5.  
  6.   !!READ.ME (this file) was --READ.ME
  7.   --IF.CPM              was //IF.COM
  8.   --SKIP.CPM            was //SKIP.COM
  9.   -CCPLUS.MSG           was -CCP+.MSG
  10.   DOSPLUS.DOC           was DOS+.DOC
  11.   MVDOSPLS.CPM          was MOVDOS+.COM
  12.  
  13. and all .COM files have been renamed to .CPM files, to prevent
  14. accidents under MSDOS.  For normal CPM usage you should rename
  15. the files to the originals.  However note that CCP+ can easily
  16. be patched to use .CPM files in place of .COM files if desired.
  17.  
  18. The .ARC distribution will not allow direct execution without
  19. unpacking, as described below for LRUN.  If you repack this 
  20. into a .LBR file again, please set the individual file dates
  21. to those in this .ARC file, using LSETDATE (see LIBUTILS
  22. distribution package).
  23.      cbf  88/01/12
  24.  
  25.  
  26.  
  27.             DOS+ Ver. 2.5
  28.  
  29. A complete replacement system for CPM 2.2.  File timestamping,
  30. paths, DU addressing, archive control, wheel support, and more.
  31. IF YOU DO NOT HAVE A Z80 CPU you cannot run DOS+ or CCP+.
  32.  
  33. First: use LT, LU or NULU to extract CCPXTEND.SYS from this
  34. library.  For now, rename the extracted CCPXTEND to LRUN.COM.
  35. It will be convenient to also extract LT.COM.
  36.  
  37. All the .COM files may now be run with:
  38.  
  39.       LRUN -dos+25 fname      (and appropriate arguments)
  40. or
  41.       LRUN -d:dos+24 fname    (if DOS+24.LBR not on default drive)
  42. or
  43.     they may be extracted from the library with LT/LU/NULU.
  44.  
  45. Files in this library are all datestamped, which may be shown
  46. by my LDIR (v1.9 at present, in LIBUTIL.LBR).  Those files with
  47. a middle 'Z' in the filetype are crunched with Steve Greenbergs
  48. CRUNCH utility and may be expanded by:
  49.  
  50.       LT dos+24 *.?z?         (for listing to console)
  51. or
  52.       LT dos+24 d:*.?z?       (to extract/expand to drive d:)
  53. or
  54.       LT                      (for help with LT)
  55.  
  56. These files are much more compact than those created by SQ/USQ.
  57.  
  58. All component files have CCITCRC checksums installed, in both
  59. crunched and uncrunched form. To verify:
  60.  
  61.       CCITCRC *.*
  62. or
  63.       CCITCRC                 (for help with CCITCRC)
  64.  
  65. and expect the first checksum to be 00 00. 
  66.  
  67. Read -INSTALL.DOS (.DZS) for installation.
  68.  
  69. DISK.DIR (.DZR) is a sample of my system disk, and may be helpful
  70. in configuring your system disk.  See also SYSDISK.INF (.IZF).
  71.  
  72. DOS+SOR.LBR contains source.  Routines in TIME.MAC (.MZC) will
  73. be useful in creating your timer drivers.  The minimum timer
  74. driver is a 5 byte dedicated area and no hardware is needed.
  75. Nothing is needed when DOS+ is configured for no timer (default
  76. distribution is no timer and no paths).
  77.          cbf
  78. S╪