public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
From: Ryan Underwood <nemesis-lists@icequake.net>
To: linux-msdos@vger.kernel.org
Subject: Re: problem getting a program o run
Date: Sat, 14 Feb 2004 23:10:50 -0600	[thread overview]
Message-ID: <20040215051050.GD20725@dbz.icequake.net> (raw)
In-Reply-To: <20040213085824.GA11103@smail.rrz.uni-koeln.de>

[-- 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 --]

      reply	other threads:[~2004-02-15  5:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-13  8:58 problem getting a program o run Thalmus Rasulala
2004-02-15  5:10 ` Ryan Underwood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040215051050.GD20725@dbz.icequake.net \
    --to=nemesis-lists@icequake.net \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox