home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
c
/
tr2ker.bld
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
58 lines
Boot procedures for TRSKER
--------------------------
A- The easy way.
Get the TRSKER already on a TRSDOS (Model II) formatted diskette.
(If you can't find it, send me an 8 inch diskette and I'll send
it back to you with TRSKER.)
B- The not so easy way.
Get TRSKER.HEX on a PC.
Connect the PC to the Model II using a direct link or a modem.
Issue a SETCOM command to set communication speed on the Model II
running TRSDOS.
Issue a RECEIVE command on the Model II
Issue a MODE command on the PC to set the communication speed.
Issue a TYPE TRSKER.HEX > COM1: on the PC.
Pray to your favorite metaphysical being for a good connection.
Issue a DUMP command on the Model II to get your memory to disk.
C- The hard but fullproof way.
Get TRSKER source code on a PC.
Setup communication speed on the Model II using SETCOM.
Execute TERMINAL on the Model II.
Open and reset RAM buffer.
Enter terminal mode and watch the files go by.
One after the other send the source files from the PC
using TYPE TRSXXXX.MAC > COM1:
After each file, on the Model II close the RAM buffer and
write it to disk.
Once your through with the transfer use the Microsoft assembler
and linker for the Model II to produce an executable version.
M80 TRSMAIN,=TRSMAIN
M80 TRSDATA,=TRSDATA
M80 TRSMSSG,=TRSMSSG
M80 TRSRECV,=TRSRECV
M80 TRSSEND,=TRSSEND
M80 TRSUTIL,=TRSUTIL
M80 TRSUTIL2,TRSUTIL2
L80 TRSKER-N-E-M,TRSMAIN,TRSRECV,TRSSEND,TRSUTIL,TRSUTIL2,TRSMSSG,TRSDATA
Happy Kermitting,
Serge G. Kruk
Systemes Temps Reel
1030 Hodge
St-Laurent
Quebec, Canada
H4N 2B7 (514) 748-0515