DOS Memory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I increase the low 640k of memory in order to run a DOS program that needs at least 605k?
 
Hello,

You want to do this in 2000 ??? If you use XP you have 613Kb free in the low
memory area...
Probably you have to use dos config.sys and autoexec.bat to run something
like there was in DOS 6.22

Config.sys
Device=himem.sys
DOS=high,umb

after this line all device= pass to devicehigh=

and probably eliminate any drivers been uploades in the autoexec.bat...

If i remember correctly with this configuration you should get around
615kb...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top