Got a real mystery here folks. Got a friend with a Dimension 8400. He has turned into into a dedicated DOS box for a project. He is running MS-DOS 7.10 on an 8 GB flash drive on the Dimension, booting as an HDD. The DOS machine has a 10 GB hard drive.
Basically, for some reason…without any programs running it hogs all the RAM. He is trying to install a Soundblaster Card but he cannot because there is no memory Free. How do we get DOS to stop hogging all the memory? What is going on here?
I’ve included an image for your review.
“The world is a vampire and I am the throat upon which it feeds…” – S.T. Gill
Some drivers can be loaded in the so called upper memory.
That is the memory part between 640 MB and 1G.
The thing is, you have to load drivers into the upper memory.
This can be done as follows:
Content of the config.sys file:
Content of autoexec.bat file:
Where LH stands for LOADHIGH.
So whenever it’s possible to load drivers into upper memory, it will be done by LH in autoexec.bat or by using DEVICEHIGH in config.sys.
Content of msdos.sys, if you’re using MSDOS version 6.22 or 7.x and msdos.sys is not a binary file.