APPENDIX A
Sample Configuration Files
A-4 PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide
REM Use this line for non-PENPAL and non-PENRIGHT applications
rem device=d:\npower.exe /AC:FF,CF,FE /SS:1
REM Use this line for penpal and penright apps. It is not looking at VGA
REM output for indications of activity.
device=d:\npower.exe /AC:FF,CF,F6 /SS:1
REM ^^^^^^^^^^^^DOS ADVANCED POWER MANAGEMENT (APM) DRIVER^^^^^^^^^^^^
REM ___________________DOS CLOCK DRIVER___________________
REM Notice: Do not load this if running Windows applications!
REM To Load the clock driver (Sets the DOS clock after a suspend)
device=d:\clock.exe
REM ^^^^^^^^^^^^^^^^^^DOS CLOCK DRIVER^^^^^^^^^^^^^^^^^^
REM ___________________CARDSOFT DRIVERS___________________
REM *************************************************************
REM * The following are the CARDSOFT drivers for PC Card support. If support
REM * for modems is all that is needed, lines 4, 5, and 6 can be removed.
REM *
REM * SRAM cards, lines 5 and 6 can be removed, and the /S:2 parameter on
REM * line 4 should be removed. The /S:2 parameter tells CARDSOFT that any
REM * memory device support loaded after the ATA card should use the same
REM * drive letters that the ATA card uses. Omit this parameter if no more
REM * memory device support is loaded.
REM *
REM * If SRAM card support is desired, through CARDSOFT, and not SANDISK
REM * support, line 4 can be omitted. NOTE: the PEN*KEY BIOS can read SRAM
REM * cards without CARDSOFT. The SRAM cards are then 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
REM * the card. The first line delays to make sure the CARDSOFT driver has
REM * recognized the ATA card in time.
REM *************************************************************
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 Toolkit, disk 1
rem device=pc4800.sys LPT1
REM ^^^^^^^^^^^^^^^^^^NPCP PRINTING ^^^^^^^^^^^^^^^^^^
A. Sample
Configuration Files