home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvrmx.txt < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Date:     Wed, 11 May 88 09:19:10 PDT
  2. From:     JAFW801%CALSTATE.BITNET@CUVMA.COLUMBIA.EDU  (Jack Bryans)
  3. Subject:  File MSVRMX.HLP
  4.  
  5.        Files for the RMX Portings of MS-Kermit and What To Do With Them
  6.  
  7. The following files constitute the version 2.30 release:
  8.  
  9. MSVRMX.BOO  BOO-encoded executable Kermit for iRMX 86
  10. MSVRX2.BOO  BOO-encoded executable Kermit for iRMX 286
  11.  
  12. MSVRMX.DOC  Documentation for both OS's
  13.  
  14. MSVRMX.HLP  This file
  15. MSVRMX.CSD  The edit pass SUBMIT file.  \ Converts MSSDEF.H & MSS*.ASM
  16. MSVRMX.MAC  The edit pass macro file.   / to MSSDEF.H86 & MSS*.A86
  17. MSURMX.A86  Source code for the keyboard support module for RMX
  18. MSXRMX.A86  Source code for the traditional "X" module for RMX
  19. MSZRMX.A86  Source code for the DOS emulator and Kermit driver
  20. MSVRMX.P86  Source code for the wild card implementing auxiliary command, WC
  21.  
  22. Note that all files but the enBOOed executables apply to both OS's.
  23.  
  24. The MS-Kermit files, MSKERM.DOC, MSKERM.HLP, and MSKERM.BWR provide primary
  25. documentation for all version 2.30's.
  26.  
  27. To build Kermit for either iRMX 86 or iRMX 286, get the following files into
  28. the same hard disk directory: MSVRMX.CSD, MSVRMX.MAC, MS?RMX.A86, MSVRMX.P86,
  29. MSSDEF.H, and MSS*.ASM.  Then SUBMIT MSVRMX.  (If your system is an 8086, go
  30. for a long coffee break.)  The edit pass generates MSSDEF.H86 and MSS*.A86 and
  31. ASM.CSD, LINK.CSD, BIND.CSD, and BIND2.CSD.  When it is done, you can delete
  32. MSVRMX.CSD, MSVRMX.MAC, MSSDEF.H, and *.ASM, as well as the link/bind .CSDs
  33. that don't apply to your system.  LINK.CSD is for iRMX 86, BIND.CSD for
  34. iRMX 286, Release 1, and BIND2.CSD for iRMX 286, Release 2ff.
  35.  
  36. Then,
  37. SUBMIT ASM(os{,asm-param-list}), where os=86 for iRMX 86 or os=286 for iRMX 286.
  38. The optional list of assembly parameters may be as many as five, such as
  39. XR,DB,'PW(132)',NOPR (assuming you want the listing you don't need to be wide).
  40. Module MSXRMX.A86 gets one warning message on iRMX 286.  In all other cases,
  41. assembly is zero warnings, zero errors.
  42.  
  43. For iRMX 86, SUBMIT LINK{(link-param-list)}.  SUBMIT LINK(PU) produces the
  44. shortest module.
  45.  
  46. For iRMX 286, Release 1, SUBMIT BIND{(bind-param-list)}.  SUBMIT BIND(NODB)
  47. produces the shortest module.
  48.  
  49. For iRMX 286, Release 2ff, SUBMIT BIND2{(bind-param-list)}.  SUBMIT BIND2(NODB)
  50. produces the shortest module.
  51.  
  52. File MSVRMX.P86 is the source for the wild card auxiliary command, WC.  Its
  53. comment header contains SUBMIT files to build it.  If you rename MSVRMX.P86 to
  54. WC.P86 and use an editor to dig the WC.CSD appropriate for your system out of
  55. its comments, just SUBMIT WC.
  56.  
  57. Then, as super user,
  58. RENAME kermit,wc to :UTILS:
  59. PERMIT :UTILS:kermit,:UTILS:wc R U=world
  60. and you've got it.
  61.