Thread: Constructor
View Single Post
Old 20-03-2006, 07:45 PM   #41
Eagle of Fire
Friendly Fire
 
Eagle of Fire's Avatar

 
Join Date: Sep 2004
Location: Valleyfield, Canada
Posts: 4,892
Default

Quote:
2.2 BASE MEMORY
Also called "DOS-Memory", meaning the first 640 KB of the RAM. DOS runs in this part. Because of this division it can happen that although you have 128 MB on the whole, a game reports too less memory. The problem is that all memory resident drivers are also put here. That is why no one has ever the whole 640 KB ready for use.
My best bet is that you have too many resident programs loaded in memory when you try to play this game. What I would do if I were you would be to put "rem" commands in front of the lines you think you should disable. This "rem" command don't delete the line but make the startup overlook it and pass to the next line.

Since you don't really know what you should do, I suggest you copy and paste your whole config.sys file in your next post and I will point to you what to do (you can open that file with notepad like a normal .txt file).
__________________
I'm on a hot streak... Literally.
Proud member of The Abandoned since 2005.
Eagle of Fire is offline                         Send a private message to Eagle of Fire
Reply With Quote