翻訳と辞書
Words near each other
・ concurrent scheme
・ concurrent sp/k
・ concurrent versions system
・ concurrentsmalltalk
・ condela
・ condition out
・ condom
・ conference on data systems languages
・ conferencing over ip
・ confidence test
config.sys
・ configuraholic
・ configuration item
・ configuration management
・ configuration programming
・ configure
・ conflation
・ conflictnet
・ congestion
・ conic


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

config.sys : FOLDOC
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:DOSHIMEM.SYS /testmem:off

Load the extended memory manager.
DEVICE=C:DOSEMM386.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:DOSSETVER.EXE

Report the DOS version to older programs.
DOS=HIGH

DOS should mainta


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.