Tech Support Guy banner
Status
Not open for further replies.

Low Memory in Ms-Dos mode

1.9K views 5 replies 5 participants last post by  TheGorx  
#1 ·
I need help in ms-dos. I just downloaded a cd-driver to get the cd to work. Now I am getting a low memory message. Any ideas.
 
#2 ·
It sounds like you are loading a real mode driver into conventional memory, but we need more information. Please provide us with some information about your system. You did mention MS-DOS, is that the only operating system or are you using that under Win 95, 98, etc.? What is your processor speed, ram and HD.

mole
 
#3 ·
The OS is Win 98 128 ram and 400mh speed. I am trying to play an old ms-dos game. When I load the game under the dos prompt in windows I get the message that I should use ram instead of noems. When I load under dos no windows I get not enough memory. The games 570k and I have 560.
 
#4 ·
Try editing your config.sys file. Then try to run the game from the Windows DOS prompt

Start>Find>Files, key in config.sys and press enter. Right click on it and select "Open With". Now scroll down and select Notepad. Be sure to not select "Always use this program to open.." and click on OK.

Now place an ; and a blank in front of each line in your config.sys file. For example,

; device=c:\windows\himem.sys
; device=c:\emm386.sys noems

Now add these lines

device=c:\windows\himem.sys
device=c:\windows\emm386.exe noems
dos=high,umb

Now click on File>save. Restart Windows and try the game.

[This message has been edited by bhesson (edited 10-27-2000).]
 
Save
#5 ·
If it is indicating to use ram instead of noems then the game could be wanting expanded memory.

If bhesson's suggestion doesn't work, try adding the following to config.sys.

device=c:\windows\himem.sys
device=c:\emm386.sys auto

This will allow access to expanded memory and the UMB area, only when program requests it.
 
Status
Not open for further replies.
You have insufficient privileges to reply here.