Specifications

Using Extended Memory Manager
If you use a memory manager such as EMM386 or QEMM in either a
PATHWORKS or non-PATHWORKS environment, you must exclude
the memory space that the Turbo board is using to prevent it from
being mapped as high memory. The following is an example of the
text to add to your CONFIG.SYS file if you use a memory manager:
DEVICE=C:\DOS\EMM386.EXE x=D000-D07F frame=E000
This line is used to exclude the default memory space of the Turbo
board at D0000 to D07FF in 2K mode. If the board is configured for
32K mode at the same memory base address, add the following text to
your CONFIG.SYS file:
DEVICE=C:\DOS\EMM386.EXE x=D000-D77F frame=E000
Consult your memory manager documentation for further information.
Note
If you receive an error message during diagnostics such
as Memory Queue Test Failed, ensure that your extended
memory manager has excluded the EtherWORKS 3 Turbo
board memory region in the CONFIG.SYS file.
4–5