![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/b/39/b394d6b1-b1a2-48c6-b78d-b649e0bc02ec/b394d6b1-b1a2-48c6-b78d-b649e0bc02ec-bg4e.png)
68 System Configurations
MX2 Reference Guide E-EQ-MX2RG-L-ARC
I/O PC Card Support Configuration
The CONFIG.SYS and AUTOEXEC.BAT files below were created by eliminating ATA card
support and adding I/O card support to DEFAULT.CFG.
FILES = 30
REM ------------------------------------
REM Phoenix Card and Socket services
REM for accessing PC Cards
REM ------------------------------------
device = c:\pcm\cnfignam.exe /NORMAL
device = c:\pcm\pcmssit.exe
device = c:\pcm\pcmcs.exe
device = c:\pcm\pcmscd.exe
Figure 3-9 CONFIG.SYS File on Drive C for I/O PC Card Support
REM -------------------------------------
REM The following lines set up default
REM parameters for some environment
REM variables. These lines may be
REM modified or overridden in the USER
REM section below.
REM -------------------------------------
set prompt=$p$g
set dircmd=/ogn /p
REM -------------------------------------
REM The following section is for
REM customized user entries.
REM Insert user-specific options and
REM commands here.
REM -------------------------------------
REM The following lines add system
REM components to the PATH and runs the
REM main application executable, if one
REM was specified.
REM -------------------------------------
IF EXIST c:\bparams.ini copy c:\bparams.ini PARAMS
set path=c:\;c:\dos;%path%
Figure 3-10 AUTOEXEC.BAT File on Drive C for I/O Card Support