* problem getting a program o run
@ 2004-02-13 8:58 Thalmus Rasulala
2004-02-15 5:10 ` Ryan Underwood
0 siblings, 1 reply; 2+ messages in thread
From: Thalmus Rasulala @ 2004-02-13 8:58 UTC (permalink / raw)
To: linux-msdos
hi,
i have this program from the mid-90, that does not run on 'real' msdos on
machines from pentium II up; i finally got it to run on a 486, and on a pentium
I. it has its own memory manager, and needs real mode, so things like himem and
emm386 have to be disabled.
now i tried to get it to run under dosemu, using freedos, and it keeps on saying
*** Abort: system not in 80286 or 80386 real mode ***
i have nothing in my autoexec.bat or config.sys that loads something like a
memory manager, and i set cpu-type to '4' on the command line.
does anybody have any idea how to solve this problem?
btw, in case somebody used it (unlikely), the program is called NESU, it's used
for running psychological experiments.
thanks
stefan
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem getting a program o run
2004-02-13 8:58 problem getting a program o run Thalmus Rasulala
@ 2004-02-15 5:10 ` Ryan Underwood
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Underwood @ 2004-02-15 5:10 UTC (permalink / raw)
To: linux-msdos
[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]
On Fri, Feb 13, 2004 at 09:58:24AM +0100, Thalmus Rasulala wrote:
> hi,
>
> i have this program from the mid-90, that does not run on 'real' msdos on
> machines from pentium II up; i finally got it to run on a 486, and on a pentium
> I. it has its own memory manager, and needs real mode, so things like himem and
> emm386 have to be disabled.
What sort of a memory manager is this? You may use 'strings' on the
executable to try to deduce it. Or maybe it prints some output when
starting up.
> now i tried to get it to run under dosemu, using freedos, and it keeps on saying
>
> *** Abort: system not in 80286 or 80386 real mode ***
That is correct. dosemu runs in virtual 8086 mode only. The program may
not need to run in real mode itself, it is probable that only its memory
manager does so. In that case, sometimes you can find a replacement
memory manager with a compatible interface, or perform some hacking on
the program to get it to behave better.
--
Ryan Underwood, <nemesis@icequake.net>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-15 5:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-13 8:58 problem getting a program o run Thalmus Rasulala
2004-02-15 5:10 ` Ryan Underwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox