Skip to content

Instantly share code, notes, and snippets.

@chadr
Created March 22, 2021 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadr/1a5efd86c8cf6a9d21a8b48d7ba9b571 to your computer and use it in GitHub Desktop.
Save chadr/1a5efd86c8cf6a9d21a8b48d7ba9b571 to your computer and use it in GitHub Desktop.
MS-DOS & Win Config File Stuff
config.sys
----------
DEVICE=C:\windows\HIMEM.SYS /testmem:off
DEVICE=C:\WINDOWS\EMM386.EXE RAM I=B000-B7FF D=256 AUTO
DOS=HIGH,UMB
autoexec.bat
------------
SMARTDRV 2048 16 A+ C+ D /Q /B:8192 /E:32768
SET PROMPT=MS-DOS Mode!$_$P$G
SET WINPMT=Type EXIT & hit ENTER 2 return 2 Windows!$_$P$G
Win 95/98 only
--------------
BUFFERSHIGH=10,0
FILESHIGH=60
LASTDRIVEHIGH=Z
FCBSHIGH=1,0
STACKSHIGH=0,0
System.ini vcache tweaks
------------------------
If you have 16 megs of ram:
[vcache]
MinFileCache=2048
MaxFileCache=4096
If you have 32 megs of ram:
[vcache]
MinFileCache=2048
MaxFileCache=8192
If you have 64 megs of ram:
[vcache]
MinFileCache=2048
MaxFileCache=16384
If you have 128 megs of ram or more:
[vcache]
MinFileCache=2048
MaxFileCache=32768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment