config for mem on old x86 machine

Post new topic   Reply to topic    CPU-World.com forums Forum Index -> Modern CPUs - upgrades, overclocking and troubleshooting
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Mon Aug 30, 2010 12:59 am    Post subject: config for mem on old x86 machine Reply with quote

Subj.
Having problems with it.
My main concern is that i get:

no EMS available...or emm386.sys is not installed or MUST RUN IN REAL MODE.

EMM386 is active though.
Himem.sys is loaded too.

should i use memaker? to autoprocess all this management?

p.s. how do i make sure i run in real dos mode?

CONFIG.SYS:
----------------
DEVICE=C:\HIMEM.SYS
DEVICE=C:\EMM386.EXE RAM
DOS=HIGH,UMB
FILES=60
Back to top
hugo929



Joined: 27 Oct 2006
Posts: 6163
Location: China

PostPosted: Mon Aug 30, 2010 2:57 am    Post subject: Reply with quote

Probably I dont understand you well. but what do you want to do next ?
What is your real contern ?

The emm386 has already provided functions or routines for you to use extended memory in real mode DOS.

_________________
My vintage CPU collection:www.cpumuseum.com
Chinese Forum: http://www.cpumuseum.com/forum
Back to top
View user's profile Send private message   Visit poster's website
Guest






PostPosted: Mon Aug 30, 2010 4:47 am    Post subject: Reply with quote

i have a program that uses EMS, but in my configuration, if i run emm386.exe it says i have 0KB available and emm386 is Active.

what can i do to make EMS available?
Back to top
thomsonicus



Joined: 11 Dec 2007
Posts: 226
Location: Poland

PostPosted: Mon Aug 30, 2010 5:08 am    Post subject: Reply with quote

try
DEVICE=C:\EMM386.EXE AUTO RAM

_________________
Power without the price.
Back to top
View user's profile Send private message   Visit poster's website
D.8080



Joined: 03 Apr 2006
Posts: 1474
Location: Italy

PostPosted: Mon Aug 30, 2010 10:09 am    Post subject: Reply with quote

"old stuff is funny"
Back to top
View user's profile Send private message  
jrmunro



Joined: 01 Feb 2003
Posts: 3149
Location: Vancouver, Canada

PostPosted: Mon Aug 30, 2010 3:21 pm    Post subject: Re: config for mem on old x86 machine Reply with quote

Anonymous wrote:
Subj.
Having problems with it.
My main concern is that i get:

no EMS available...or emm386.sys is not installed or MUST RUN IN REAL MODE.

EMM386 is active though.
Himem.sys is loaded too.

should i use memaker? to autoprocess all this management?

p.s. how do i make sure i run in real dos mode?

CONFIG.SYS:
----------------
DEVICE=C:\HIMEM.SYS
DEVICE=C:\EMM386.EXE RAM
DOS=HIGH,UMB
FILES=60



Unless you have moved HIMEM.SYS and EMM386.EXE from your DOS directory to C:\ you might have to do this.

CONFIG.SYS:
----------------
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAM
DOS=HIGH,UMB
FILES=60

Or as I use in my machine

DEVICE=C:\DOS\EMM386.EXE D=64 RAM HIGHSCAN 4096
Back to top
View user's profile Send private message [ Hidden ]
max3



Joined: 20 Feb 2010
Posts: 430
Location: DREAM LAND

PostPosted: Tue Aug 31, 2010 12:44 am    Post subject: Reply with quote

so it was late night and...
have not noticed my both sessions got timed out Cool)
AUTO RAM - did not work.
Himem and emm386 are in dos folder, tried to put 'em on root, nothing happens (of course i have changed path to files in config)
anyways, got MS-DOS 6.22 FRESH INSTALLED on my QUAD CORE! (yea, YO herd it right!) but still getting same problem.
Decided to get a few screens shots, i think it be better to see it once then to hear it many times, so screens:







my CONFIG.SYS now:
=======================================

DEVICE=C:\DOS\SETVER.EXE
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAM
DOS=HIGH,UMB
COUNTRY=007,,C:\DOS\COUNTRY.SYS
DEVICE=C:\DOS\DISPLAY.SYS CON=(EGA,,1)
INSTALL=C:\DOS\NLSFUNC.EXE C:\DOS\COUNTRY.SYS
FILES=60
=======================================

My Autoexec now:
=======================================

C:\DOS\SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
SET TEMP=C:\DOS
MODE CON CODEPAGE PREPARE=((866) C:\DOS\EGA.CPI)
CHCP 866
KEYB RU,,C:\DOS\KEYBOARD.SYS
C:\VC.COM

any suggestions?


P.S. will try memmaker now.

_________________
its here.
Back to top
View user's profile Send private message  
hugo929



Joined: 27 Oct 2006
Posts: 6163
Location: China

PostPosted: Tue Aug 31, 2010 1:01 am    Post subject: Reply with quote

i cannot see pics from imageshack.us
_________________
My vintage CPU collection:www.cpumuseum.com
Chinese Forum: http://www.cpumuseum.com/forum
Back to top
View user's profile Send private message   Visit poster's website
jrmunro



Joined: 01 Feb 2003
Posts: 3149
Location: Vancouver, Canada

PostPosted: Tue Aug 31, 2010 1:27 am    Post subject: Reply with quote

How did Memmaker work out?

Will DOS 6.22 work with the quad core and your ram?

As the only computer I have DOS/WIN3.11 on is AMD DX4-100 with 12megs ram.
Back to top
View user's profile Send private message [ Hidden ]
max3



Joined: 20 Feb 2010
Posts: 430
Location: DREAM LAND

PostPosted: Tue Aug 31, 2010 1:36 am    Post subject: Reply with quote

Memmaker did not work...
i read a few more posts on web, related to my issue, it is possible that, because my motherboard has many devices on board memory hole is used for mapping them and there is just no more space for additional maps...
One interesting suggestion was to use EMS MAGIC
(hxxp://www.emsmagic.com/) that allows to create that hole WHERE IT IS POSSIBLE even in conventional memory, so i just got it downloaded and will try using it. Will post results later.
As of RAM available - i got 65 megs - see 1 screenshot, but there is also patch or some sort of work around that, to get at least up to 128 megs, cant remember where it was posted -went through many pages already... but peepz say that worked around the issue. have not tried myself. no need so far.

_________________
its here.
Back to top
View user's profile Send private message  
max3



Joined: 20 Feb 2010
Posts: 430
Location: DREAM LAND

PostPosted: Tue Aug 31, 2010 2:32 am    Post subject: Reply with quote

EMS MAGIC WORKED !
PROBLEM SOLVED.

_________________
its here.
Back to top
View user's profile Send private message  
Display posts from previous:   
Post new topic   Reply to topic    CPU-World.com forums Forum Index -> Modern CPUs - upgrades, overclocking and troubleshooting All times are GMT - 5 Hours
Page 1 of 1
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001 phpBB Group