home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / SAMPLES / EXAMPLE1.RSP next >
Text File  |  1995-05-04  |  2KB  |  63 lines

  1. * ----------------------------------------------------------------------
  2. * EXAMPLE1.RSP
  3. * This response file installs DXMC0MOD.SYS and DXMT0MOD.SYS.
  4. * CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
  5. *
  6. INST_SECTION = (
  7.    ; Do not use the input configuration for LSP driver parameters
  8.    MigrateControlFiles = 0
  9.  
  10.    ; Do not check the LAN adapters installed
  11.    AdapterCheck = 0
  12.  
  13.    ; Define target location for LSP files
  14.    TargetPath = c:\lsp135
  15.    )
  16.  
  17. ; Add 802.2 support for the shared RAM token ring adapter
  18. PROT_SECTION = (
  19.    DriverName = DXMC0MOD$
  20.    lsp_primary = 1
  21.  
  22.    ; Uncomment the next line and change for your LAA.
  23.    ; NetAddress = "400000121212"
  24.  
  25.    ; Uncomment the next line and change for ISA-bus to change
  26.    ; Shared RAM addr.
  27.    ; RAM = 0xD800
  28.  
  29.    ; Uncomment the next line to turn off Early Token Release on 16MB.
  30.    ; EarlyRelease = 1
  31.  
  32.    ; Uncomment the next line and change to set minimum link stations.
  33.    ; MinLink = 2
  34.  
  35.    ; Uncomment the next line and change to set minimum SAPs.
  36.    ; MinSAP = 12
  37.  
  38.    )
  39.  
  40. ; Add NETBIOS driver to the configuration
  41. PROT_SECTION = (
  42.    DriverName = DXMT0MOD$
  43.  
  44.    lsp_primary = 1
  45.  
  46.    ; Set the parameters needed by DLR.
  47.    c = 14
  48.    st = 14
  49.    s = 14
  50.  
  51.    ; Set the parameters needed by PC3270.
  52.    es = 2
  53.    est = 2
  54.  
  55.    ; Set the parameter needed in memory manager
  56.    ; or Windows* environments.
  57.    cf = y
  58.  
  59.    ; Turn off piggy-backed acknowledgements.
  60.    PBA = 0
  61.    )
  62. *** End of Response file EXAMPLE1
  63.