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 / CPM68K / SYSHACKS.LBR / READ.MQ / READ.ME
Text File  |  2000-06-30  |  1KB  |  38 lines

  1. read.me - CP/M-68K 1.2.1 Release notes
  2. Robert Heller. Created: Mon Apr 14, 1986 06:23:21.73
  3. Last Mod: 
  4. (c) Copyright 1986 by Robert Heller
  5.     All Rights Reserved
  6.  
  7.  
  8. The files for CP/M-68K 1.2.1 consist of:
  9.  
  10.   ACCESS.C, ACCESS.O - an improved access() function for the C RTL (CLIB).
  11.                This version checks for write access (mode=2) as
  12.                a special case.
  13.  
  14.   PARSEFN.O - a patched version of the internal function _parsefn that
  15.           is fixed to handle drive P: correctly.
  16.  
  17.   CCP.O - a patched version of the CCP that has the ERA command disabled.
  18.  
  19.   ERA.C, ERA.O, ERA.68K - an improved ERA command. Handles bad file names
  20.               correctly (reports error, rather than
  21.                           truncates the name, etc.).  Also, generates
  22.                           error messages for non-existent files and
  23.                           protected (ReadOnly) files.
  24.  
  25.     To install these files you need to do the following:
  26.  
  27. A>; update CLIB:
  28. A>ar68 rv clib access.o parsefn.o
  29. A>; update CPMLIB:
  30. A>ar68 rv cpmlib ccp.o
  31. A>; relink CPM.SYS (changes this for your system)
  32. A>lo68 -r -ucpm -o cpm.rel cpmlib bios.o
  33. A>size68 cpm.rel
  34. A>reloc -bXXXXXX cpm.rel cpm.sys
  35.  
  36.     You should edit c.sub and ce.sub to reference era.68k from the
  37. correct drive, if neccessary.
  38.