home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-05-31 | 2.0 KB | 52 lines |
- ; OEMSETUP.INF file for Peter R. Tattam Trumpet TCP/IP for
- ; Windows for Workgroups and DOS Workgroup Connection.
- ; These programs are Copyright (C) 1991,1992,1993,1994
- ; by Peter R. Tattam. All Rights Reserved.
- ;
- ; DISCLAIMER:
- ; Installation and use of this OEMSETUP.INF and WINPKT.BAT are
- ; strictly and entirely at your own risk. These are presented
- ; as is, and no warranty is either expressed or implied. If you
- ; choose to use these software and procedures, then you are
- ; solely responsible for any and all problems and/or damages,
- ; immediate or consequential.
- ;
- ; HISTORY:
- ; 19 Jan 94 - Original OEMSETUP.INF by B. Armstrong
- ; (email armstrob@systems.ssgnet.dsto.au)
- ; 23 Mar 94 Modified by Douglas W. Jones
- ; (email jones@cbdb1.nimh.nih.gov)
- ; - made generic reference to dis_pkt.dos
- ; - added choice of interrupt and chain
- ; vectors avoiding those commonly used by
- ; other processes (61, 62, 64, 67-77, and 7A)
- ; - replaced loading of winpkt.com with loading
- ; of accompanying winpkt.bat which automatically
- ; locates pktdrv interrupt value
-
- [disks]
- 1=.,"Trumpet TCP/IP for Windows for Workgroups 3.1x",disk1
-
- [nwsdata]
- autoexec_anchor="net start"
- config_anchor="workgrp.sys"
-
- [netcard]
-
- [transport]
- pktdrv="Trumpet TCP/IP",0,ndis,tcp,real,0,implicit,pktdrv,pktdrv_xif
-
- [pktdrv]
- devdir = 1:dis_pkt.dos,1:winpkt.com,1:winpkt.bat
- netdir = 1:hosts,1:protocol,1:services
- windir = 1:tcpman.exe,1:winsock.dll
- device = dis_pkt.dos,@devdir\dis_pkt.dos
- load = winpkt.bat,"call @devdir\winpkt.bat @devdir\"
- sysparm=network drivers,LoadRMDrivers,Yes,minval
-
- [pktdrv_xif]
- drivername = pktdrv$
- param = intvec,"Interrupt vector",text,"0x60,0x63,0x65,0x66,0x78,0x79,0x7B,0x7C,0x7D,0x7E,0x7F",0x60
- param = chainvec,"Chain vector",text,"0x60,0x63,0x65,0x66,0x78,0x79,0x7B,0x7C,0x7D,0x7E,0x7F",0x66
- param = novell,"Old Novell 802.3 packets",text,"Yes,No",No
-