home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / rt11 / krtsj.cnd < prev    next >
Text File  |  2020-01-01  |  1KB  |  44 lines

  1.     .sbttl    KRTSJ    Build KM for RT-11FB,SB,SJ
  2.  
  3. ; /63/    27-Sep-97  Billy Youdelman  V03.63
  4.  
  5.     mmg$t    = 0    ; if <> support extended memory
  6.     tsx$p    = 0    ; if <> support TSX-Plus
  7.     tim$it    = 0    ; these two MUST match the monitor as it is or
  8.     erl$g    = 0    ; RT-11 V5.5 or above will not load this handler!
  9.  
  10. ;    If you are unsure of whether erl$g and tim$it are in the RT-11
  11. ;    monitor(s) to be used, boot each in question and use RESORC to
  12. ;    check:
  13. ;
  14. ;    .RESORC/O
  15. ;
  16. ;    If you see:            Then:
  17. ;    Device I/O timeout support    you must make tim$it = 1
  18. ;    Error logging support        you must make erl$g = 1
  19. ;
  20. ;    If the interface supports programmable speed selection,
  21. ;    enable it by making its type = 1 here.  Otherwise, make
  22. ;    the following three = 0.  These are mutually exclusive,
  23. ;    up to one and only one may be used at a time:
  24.  
  25.     km$dve    = 0    ; if <> DL(V)-11/E interface
  26.     km$pro    = 0    ; if <> PRO-series modem interface
  27.     km$sbc    = 0    ; if <> Falcon interface
  28.  
  29.     km$csr = 176500    ; if not PRO-series, desired CSR
  30.     km$vec = 300    ; and interrupt vector (PRO defaults are in KRTKM.MAC)
  31.  
  32.     km$pdt    = 0    ; if <> display flow control status on PDT-11 LEDs
  33.             ; LED #1 = XOFF sent, LED #2 = received an XOFF
  34.  
  35. ;    Speed default, select one of the following:
  36.  
  37. ;    km$spd = 300.
  38. ;    km$spd = 1200.
  39. ;     km$spd = 2400.
  40. ;    km$spd = 4800.
  41.     km$spd = 9600.        ; <default>
  42. ;    km$spd = 19200.
  43. ;    km$spd = 38400.        ; Falcon ONLY
  44.