2008 Oct 18
CONFIG.SYS Commands |
CONFIG.SYS Device Drivers |
CONFIG.SYS Options |
CONFIG.SYS [BLOCKS] |
DOS not process CONFIG.SYS lines in order, e.g.
it processes lines with DOS=, FILE=, and BUFFERS=
before processing DEVICE= and DEVICEHIGH= lines.
BREAK= | Turns on or off extended Ctrl+Break checking |
BUFFERS= | Sets the number of disk buffers used by DOS |
COUNTRY= | Sets country name |
DEVICE= | Loads an installable driver |
DEVICEHIGH= | Loads an installable device driver into high (UMB) memory |
DOS= | Sets whether DOS loads into conventional memory or into the high memory area (HMA) |
DRIVPARM= | Redefines the physical characteristics of an existing drive |
FCBS= | Sets the maximum number of open file control blocks (FCBs) |
FILES= | Sets the maximum number of open files that DOS will allow |
INCLUDE= | Includes the commands from one CONFIG.SYS block within another |
INSTALL= | Loads TSR programs into memory |
LASTDRIVE= | Sets the maximum number of drive letters available to DOS |
MENUCOLOR= | Sets the color of the screen for the CONFIG.SYS startup menu |
MENUDEFAULT= | Sest the default menu choice in a CONFIG.SYS menu block |
MENUITEM= | Sest the text and configuration block associated with menu items in CONFIG.SYS |
NUMLOCK= | Sets the of the NumLock state when the computer starts up |
REM | Inserts a remark into CONFIG.SYS |
SET | Sets environment variables |
SHELL= | Sets the name of the program used as a command-line shell by DOS |
STACKS= | Sets the number of stacks set aside for hardware interrupts |
SUBMENU= | Defines a submenu in CONFIG.SYS |
SWITCHES= | Sest miscellaneous options for DOS |
ANSI.SYS | Alternate console driver, which provides ANSI standard control of the display and keyboard |
DBLSPACE.SYS | Dummy drivers that can relocate DBLSPAVE.BIN in memory |
DISPLAY.SYS | Device driver for the display with international code page support |
DRIVER.SYS | Driver that sets the DOS drive letter for an existing disk drive or creates and additional drive letter for a disk drive |
EMM386.SYS | Expanded (EMS0 Memory Manager with upper memory block (UMB) support |
HIMEM.SYS | Extended (XMS) Memory Manager |
INTERLNK.EXE | Client device driver for an InterLnk network |
INTESVR.EXE | Server program for an InterLnk network |
POWER.EXE | Advanced Power Management (APM) device driver for portable computers |
RAMDRIVE.SYS | Driver that sets up a disk drive in RAM memory |
SETVER.EXE | DOS version control program that can fool certain programs into running with the "incorrect" version of DOS |
SMARTDRV.EXE | Driver that installs double-buffering to make SMARTDrive compatible with certain hard disk drives |
More drivers may exist than listed above.
2005-2008