18
BOCALANcard-PC
NETOPEN [/INT=Q] [/PORT=PPP] [/MEM=MMMM] [/SKT=S]
WHERE:
Q
is a 1-digit hex number representing the interrupt. Available
options are 3, 4, 5, 10, 11, 12, 15.
PPP
is a 3-digit hexadecimal number representing I/O port base
address. Available options are 240h-360h (hexadecimal format) in
increments of 10.
MMMM
is a 4-digit hexadecimal number representing the
memory base address. Available options are C800-DFFF in 16K-
byte increments. NOTE: Memory base addresses assigned with
NETOPEN should be excluded from your EMM386.EXE (or the
equivalent line in your CONFIG.SYS).
You will need to change the following line in your CONFIG.SYS
(example assumes the card is configured for memory address
D000).
Before: DEVICE=C:\DOS\EMM386.EXE...
After:
DEVICE=C:\DOS\EMM386.EXE... X=D000-DC00
S
is a 1-digit number representing socket number. This is only
necessary if your computer has two sockets (first is 0; second is 1).
Example of NETOPEN options:
DEVICE=NETOPEN /INT=3 /PORT=240 /MEM=C800 /SKT=1
When the proper addresses have been assigned, reboot your
computer. After the driver loads, a message similar to the
following will appear