D |
IBM PCMCIA
Note
The installation software does not generate this sample file.
\CONFIG.SYS
FILES=20
BUFFERS=48
DEVICE=\DOS\HIMEM.SYS
DEVICE=\DOS\EMM386.EXE RAM 1024
DOS=HIGH,UMB
rem
rem The Ethernet Adapter and its device driver must first be installed rem into your computer. Replace the string ª<DIRECTORY>º in the
rem following DEVICEHIGH command with the directory which contains rem the specified device driver for your Ethernet Adapter module. rem
DEVICE=\<DIRECTORY>\POINTETH.SYS
DEVICE=\GEFNDIS\PROTMAN.DOS /I:\GEFNDIS
DEVICEHIGH=\<DIRECTORY>\PCMNICCS.DOS
DEVICEHIGH=\GEFNDIS\GEFNDIS.DOS
\AUTOEXEC.BAT
SET GSMCFG=C:\GSM\CFILES
rem Bind NDIS Drivers \GEFNDIS\netbind
\GEFNDIS\PROTOCOL.INI
[protocol manager]
DRIVERNAME = PROTMAN$
[GEFNDIS]
DRIVERNAME = GEFNDIS$
BINDINGS = PCMNICCS_NIF
MAX_RX_SIZE = 560
NUM_RX_BUFS = 8
; Caution: | Interrupt conflicts may arise when using default hardware |
;configurations for many Ethernet Adapters. For example,
;interrupt IRQ3 is commonly used for the COM2 serial port
;and most Ethernet adapters.
;
;The following information must match the hardware configuration
;of the Ethernet Adapter as installed on your computer. Please
;modify this information as necessary.
[PCMNICCS_NIF]
DRIVERNAME = PCM_CS$
INTERRUPT = 5
RAMADDRESS = 0xd4000
IOBASE = 0x300
Appendix D Sample DOS System Files |