APPENDIX A
Sample Configuration Files
A-8 PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide
REM ___________________DOS CLOCK DRIVER___________________
REM Do not load this if running Windows applications! Load the clock driver
REM (Takes care of setting the DOS clock after a suspend)
device=d:\clock.exe
REM ^^^^^^^^^^^^^^^^^^DOS CLOCK DRIVER^^^^^^^^^^^^^^^^^^
REM ___________________CARDSOFT DRIVERS___________________
REM
REM Following are the CARDSOFT drivers for PC Card support.
REM
REM If support for modems is all that is needed, remove lines 4, 5, and 6.
REM
REM If support for SANDISKS (ATA cards) is needed, but not SRAM cards,
REM remove lines 5, 6, and the /S:2 parameter on line 4. The /s:2 parameter
REM tells CARDSOFT that any memory device support loaded after the ATA cards
REM should use the same drive letters that the ATA card uses. Omit this
REM parameter if no more memory device support is loaded.
REM If SRAM card support is desired through CARDSOFT, and not SANDISK
REM support, omit line 4. Please note, the PEN*KEY BIOS can read SRAM cards
REM without CARDSOFT. The SRAM cards then are seen as A:\ and B:\.
REM Otherwise through CARDSOFT, the cards are at E:\ and F:\.
REM
REM If stacker is used, lines 9 and 10 can load the stacker driver from the
REM card. The first line delays to make sure the CARDSOFT driver recognized
REM the ATA card in time.
REM : CARDSOFT drivers:
REM <line 1>
rem devicehigh=d:\sscirrus.exe
REM <line 2>
rem devicehigh=d:\cs.exe
REM <line 3>
rem devicehigh=d:\csalloc.exe
REM <line 4>
rem devicehigh=d:\atadrv.exe /S:2
REM <line 5>
rem devicehigh=d:\mtsram.exe
REM <line 6>
rem devicehigh=d:\mtddrv.exe
REM <line 7>
rem devicehigh=d:\cardid.exe
REM <line 8>
rem install=d:\cs_apm.exe
REM <line 9>
rem device=d:\delay.exe ”” /100
REM <line10>
rem devicehigh=e:\stacker.drv /p=1 e:
REM ^^^^^^^^^^^^^^^^^^CARDSOFT DRIVERS^^^^^^^^^^^^^^^^^^
REM ___________________NPCP PRINTING___________________
REM This is the NPCP printer driver, found in the Toolkit, disk 1
rem device=pc4800.sys LPT1
REM ^^^^^^^^^^^^^^^^^^NPCP PRINTING :^^^^^^^^^^^^^^^^^^
A. Sample
Configuration Files