Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,903,877,713 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

CONFIG.SYS
(redirected from Config.dos)

   Also found in: Wikipedia 0.03 sec.
CONFIG.SYS
A DOS and OS/2 configuration file. It resided in the root directory and was used to load drivers and change settings at startup. Install programs often modified CONFIG.SYS in order to customize the computer for their particular use. Windows 95/98 executed the lines in CONFIG.SYS if it contained drivers that it found no counterpart for when it was installed. See DOS CONFIG.SYS.
(operating system)CONFIG.SYS - 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.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?   Encyclopedia browser?   Full browser?
No references found
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information 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.