The following sample PROTOCOL.INI file uses NetBEUI (2.0) as the NDIS transport protocol with 3Com drivers.
[PROTOCOL MANAGER] DRIVERNAME = PROTMAN$
[NETBEUI_XIF]
DRIVERNAME = NETBEUI$ BINDINGS = TLPC3_NIF
[TLPC3_NIF]
DRIVERNAME = TLPC3$
3Edit the PROTOCOL.INI file and include the text from the PROTOCOL.PCM file after the DRIVERNAME=TLPC3$ statement.
■If you are not using Card Services, the statements should look similar to the following:
DRIVERNAME = TLPC3$
PRIMARY
INTERRUPT = 3
MMIO = 0XCC00
RAM = 0XD000
RAMSIZE = 16
RINGSPEED = 16
■If you are using Card Services, the statements should look similar to the following:
DRIVERNAME = TLPC3$
RINGSPEED = 16
4If you have not already done so, copy the 3Com DOS NDIS driver (TLPC3.DOS) into the LANMAN subdirectory.
The NDIS driver is located in the \NDIS\DOS subdirectory on the TokenDisk diskette.
5Add the following lines to your CONFIG.SYS file (located in the root directory of your boot disk):
DEVICE = C:\LANMAN\PROTMAN.DOS/I:C:\LANMAN DEVICE = C:\LANMAN\TLPC3.DOS
DEVICE = C:\LANMAN\<PROTOCOLDRIVER>.DOS
If you are using DOS 6.0, you must use the Microsoft Protocol
Manager version 2.0 and not the 3Com Protocol Manager.