The information in this article applies to:
SUMMARY
This article describes how to increase the amount of conventional memory
available for MS-DOS-based programs in Windows. The following topics
are discussed:
MORE INFORMATION
MS-DOS-based programs require a certain amount of conventional memory to
run, even when you run them in Windows. If you attempt to run an
MS-DOS-based program that requires more conventional memory than is
currently available on your computer, the program may not run correctly
or at all, and an error message indicating that there is insufficient
memory to run the program may be displayed. When this occurs, you must
reconfigure your computer so that more conventional memory is available.
Determining Current Memory ConditionsTo determine how much conventional memory is currently available for MS-DOS-based programs, type the following command at a command prompt, press ENTER, and then view the value on the Largest Executable Program Size line:mem /c If the value on the Largest Executable Program Size line is smaller than the amount of conventional memory required by the MS-DOS-based program you are trying to run, the program may not run correctly or at all until you reconfigure your computer. To determine how much conventional memory a particular MS-DOS-based program requires, consult the documentation included with the program, or contact the program's manufacturer. Making More Conventional Memory AvailableDevice drivers and memory-resident programs that load from the Config.sys and Autoexec.bat files can reduce the amount of conventional memory available for MS-DOS-based programs. Increasing the amount of conventional memory that is available for MS-DOS-based programs typically involves removing unnecessary drivers and programs from the Config.sys or Autoexec.bat files, replacing real-mode drivers in the Config.sys file with protected-mode versions, or loading drivers and programs into upper memory instead of conventional memory.Removing Unnecessary Drivers and Programs: To determine if a particular driver or memory-resident program in the Config.sys or Autoexec.bat file is required for your computer to function properly, consult the documentation included with the program or device that installed the driver or memory-resident program, or contact the program or device's manufacturer. If you are not sure which program or device installed a particular driver or memory-resident program, you can attempt to determine if the driver or program is necessary by temporarily disabling the corresponding line in the Config.sys or Autoexec.bat file. If your computer, the devices installed on your computer, and the programs you run on your computer all seem to function properly after you disable a line, the driver or memory-resident program may not be necessary. NOTE: Before you modify the Config.sys or Autoexec.bat files, you should make backup copies of the files. Do not remove any hard disk drivers, disk partitioning drivers, or disk compression drivers while you are attempting to determine if the drivers and programs in your Config.sys or Autoexec.bat files are necessary. For information about specific drivers that should not be removed, please see chapter 35 of the Microsoft Windows 95 Resource Kit. Replacing Real-Mode Drivers with Protected-Mode Versions: Windows includes protected-mode drivers for many devices. In addition, many hardware manufacturers provide protected-mode drivers for their devices. To attempt to install a Windows protected-mode driver for a device installed on your computer, follow these steps:
Loading Drivers and Programs into Upper Memory: To attempt to load one or more drivers or memory resident programs from the Config.sys or Autoexec.bat files into upper memory, make sure that the Config.sys file contains lines similar to the following lines (in the following order):
Then, try loading device drivers in the Config.sys file using the DEVICEHIGH command instead of the DEVICE command. In addition, try loading memory-resident programs in the Autoexec.bat file using the LOADHIGH command. NOTE: If your computer is configured so that expanded memory is available and you are loading the Mscdex.exe file from the Autoexec.bat file, you can attempt to load part of the Mscdex.exe file into expanded memory using the /E switch on the Mscdex.exe command line. REFERENCES
For additional information about increasing the amount of conventional
memory that is available for MS-DOS-based programs in Windows, please
see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q37242 Additional query words: 98
Keywords : kbenv osr2 win95 winmem win98 |
Last Reviewed: January 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |