Config.sys


operating system
A text file containing special system configuration commands. It is found in the root directory on an MS-DOS computer, typically on drive C (the hard disk). It is read by MS-DOS at boot time, after the setup has been read from CMOS RAM and before running AUTOEXEC.BAT. It can be modified by the user.
Some example commands which CONFIG.SYS might contain are:
DEVICE=C:\DOS\HIMEM.SYS /testmem:off
Load the extended memory manager.
DEVICE=C:\DOS\EMM386.EXE RAM
Load the expanded memory manager.
BUFFERS=10,0
Specify memory for disk buffers.
FILES=70
Set the number of files that can be open at once.
DOS=UMB
DOS is located in UppeMemoryBlock.
LASTDRIVE=Z
Disk drives are A: to Z:.
FCBS=16,0
Set the number of file control blocks.
DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
Report the DOS version to older programs.
DOS=HIGH
DOS should maintain a link to UMB.
COUNTRY=358,437 C:\DOS\COUNTRY.SYS
Set the country code for some programs.
STACKS=9,256
Set dynamic stacks for hardware control.
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:1024 /p
Set the location of the command interpreter.
(1995-03-16)

Read Also:

  • Hard-disk

    noun, Computers. 1. (def 1). noun 1. a disk of rigid magnetizable material that is used to store data for computers: it is permanently mounted in its disk drive and usually has a storage capacity of a few gigabytes hard disk (härd) A rigid magnetic disk fixed within a disk drive and used for storing […]

  • Configurable

    [kuh n-fig-yer] /kənˈfɪg yər/ verb (used with object), configured, configuring. 1. to design or adapt to form a specific configuration or for some specific purpose: The planes are being configured to hold more passengers in each row. 2. Computers. /ˌkənˈfɪɡə/ verb (transitive) 1. to arrange or organize 2. (computing) to set up (a piece of […]

  • Configuraholic

    jargon A luser who twiddles with computer settings until it no longer works and must be fixed by the system administror. (2007-03-20)

  • Configurate

    [kuh n-fig-yuh-reyt] /kənˈfɪg yəˌreɪt/ verb (used with object), configurated, configurating. 1. to give a configuration, form, or design to.

  • Configurated

    [kuh n-fig-yuh-reyt] /kənˈfɪg yəˌreɪt/ verb (used with object), configurated, configurating. 1. to give a configuration, form, or design to.


Disclaimer: Config.sys definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.