home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit5a190 / cklaaa.hlp < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. These are the files that are VOS-specific:
  2.  
  3. ckermit.env         You may want to rename this, but this is what the code
  4.                     and the documentation say.  Holds "environment variables"
  5.  
  6. cklcon.c            C-Kermit code modules
  7. cklfio.c
  8. ckltio.c
  9. cklnet.c
  10.  
  11. ckldef.c            Utilty program used in build process
  12. cklmak.cm           Build command macro, makes kermit.pm
  13.  
  14. cklker.bwr          Beware file
  15. cklker.doc          VOS-specific documentation for C-Kermit
  16. cklins.doc          Installation document
  17.  
  18. cklcvt.cm           Conversion command macro, stream to fixed
  19. ckltxt.c            Hex-ify program
  20. cklxtr.c            Un-hex program
  21. cklxtr.cm           Un-hex command macro
  22. ckltxt.doc          Note about hex format used by ckltxt and cklxtr
  23.  
  24. The following are hex formatted executables, unpack with cklxtr:
  25.  
  26. cklker.h86          C-Kermit for i860 processor
  27. cklker.h68          C-Kermit for 680x0 processor
  28. cklxtr.h86          Extraction program for i860 processor
  29. cklxtr.h68          Extraction program for 680x0 processor
  30.  
  31. There is a file that showed up called ckcvos.h, which is not needed.
  32.  
  33. Assuming that the ckl*.* files go on a tape with the rest of the C-Kermit
  34. sources, that's all you need.  The files that C-Kermit uses are all
  35. mentioned in cklmak.cm, other than the header files.  VOS C-Kermit uses
  36. the UNIX command processor (ckucmd, ckuu*, etc.), the script (ckuscr.c),
  37. DIAL (ckudia.c) and charset (ckuxla.c) packages, and Wart (ckwart.c).  The
  38. BOO files (ckbmkb.c and ckbunb.c) work on VOS as well, but are not
  39. necessary for C-Kermit to build or work.
  40.