Electronics Circuits & Tutorials - Electronics Hobby Projects - A Complete Electronic Resource Centre
Electronics Circuits & Tutorials

Home Electronics Tutorials Electronics Gadgets Videos About us Contact us Sitemap
Tutorials
  • Basic/Beginners
  • Intermediate/Advance
  • Microcontrollers
  • Microprocessors
  • Electronics Symbols
  • Electronics Formulas
  • Dictionary of Units

     more....

Dictionaries
  • Electronics Terms
  • Abbreviations
  • Computer Terms
  • Physics Glossary
  • Science Glossary
  • Space & Solar Terms
  • Semiconductor Symbols / Abbreviation
  • Radio Terminology Bibliography

     more....

Projects
  • Engineering Projects
Home > Electronics Tutorials > Online Computer Terms Dictionary > C

Online Computer Terms Dictionary - C

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)

 


Nearby terms: Conference On DAta SYstems Languages « Conferencing over IP « confidence test « CONFIG.SYS » configuration item » configuration management » configuration programming
 

Circuits
A B C D
E F G H
I J K L
M N O P
Q R S T
U V W X
Y Z    
Discover
  • C/C++ Language Programming Library
  • Electronic Conversions
  • History of Electronics
  • History of Computers
  • Elec. Power Standards
  • Online Calculator and Conversions
  • Electrical Hazards - Health & Safety
  • Datasheets
  • Quick Reference links
  • Electronics Magazines
  • Career in Electronics
  • EMS Post Tracking

     more......

Home Electronic Tutorials Engineering Hobby Projects Resources Links Sitemap Disclaimer/T&C

Copyright © 1999-2020 www.hobbyprojects.com  (All rights reserved)