home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / tr2ker.bld < prev    next >
Text File  |  2020-01-01  |  2KB  |  58 lines

  1.         Boot procedures for TRSKER
  2.         --------------------------
  3.  
  4.  
  5. A- The easy way.
  6.  
  7.         Get the TRSKER already on a TRSDOS (Model II) formatted diskette.
  8.         (If you can't find it, send me an 8 inch diskette and I'll send 
  9.         it back to you with TRSKER.)
  10.  
  11. B- The not so easy way.
  12.  
  13.         Get TRSKER.HEX on a PC.
  14.         Connect the PC to the Model II using a direct link or a modem.
  15.         Issue a SETCOM command to set communication speed on the Model II
  16.         running TRSDOS.
  17.         Issue a RECEIVE command on the Model II
  18.         Issue a MODE command on the PC to set the communication speed.
  19.         Issue a TYPE TRSKER.HEX > COM1: on the PC.
  20.         Pray to your favorite metaphysical being for a good connection.
  21.         Issue a DUMP command on the Model II to get your memory to disk.
  22.  
  23. C- The hard but fullproof way.
  24.  
  25.         Get TRSKER source code on a PC.
  26.         Setup communication speed on the Model II using SETCOM.
  27.         Execute TERMINAL on the Model II. 
  28.         Open and reset RAM buffer.
  29.         Enter terminal mode and watch the files go by.
  30.         One after the other send the source files from the PC
  31.         using TYPE TRSXXXX.MAC > COM1:
  32.         After each file, on the Model II close the RAM buffer and
  33.         write it to disk.
  34.         Once your through with the transfer use the Microsoft assembler
  35.         and linker for the Model II to produce an executable version.
  36.  
  37. M80     TRSMAIN,=TRSMAIN
  38. M80     TRSDATA,=TRSDATA
  39. M80     TRSMSSG,=TRSMSSG
  40. M80     TRSRECV,=TRSRECV
  41. M80     TRSSEND,=TRSSEND
  42. M80     TRSUTIL,=TRSUTIL
  43. M80     TRSUTIL2,TRSUTIL2
  44.  
  45. L80     TRSKER-N-E-M,TRSMAIN,TRSRECV,TRSSEND,TRSUTIL,TRSUTIL2,TRSMSSG,TRSDATA
  46.  
  47.  
  48.         Happy Kermitting,
  49.  
  50.  
  51.         Serge G. Kruk
  52.         Systemes Temps Reel
  53.         1030 Hodge
  54.         St-Laurent
  55.         Quebec, Canada
  56.  
  57.         H4N 2B7         (514) 748-0515
  58.