From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Underwood Subject: Re: problem getting a program o run Date: Sat, 14 Feb 2004 23:10:50 -0600 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20040215051050.GD20725@dbz.icequake.net> References: <20040213085824.GA11103@smail.rrz.uni-koeln.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ycz6tD7Th1CMF4v7" Return-path: Content-Disposition: inline In-Reply-To: <20040213085824.GA11103@smail.rrz.uni-koeln.de> List-Id: To: linux-msdos@vger.kernel.org --Ycz6tD7Th1CMF4v7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 13, 2004 at 09:58:24AM +0100, Thalmus Rasulala wrote: > hi, >=20 > 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 p= entium > I. it has its own memory manager, and needs real mode, so things like him= em 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 >=20 > *** 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. --=20 Ryan Underwood, --Ycz6tD7Th1CMF4v7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFALv9aIonHnh+67jkRAvAhAKC66qXsWxUwDQSzRQHGSyYiJMEM9ACfQS9e U4fVOShc9BkRU1MIMgRAVqI= =K3kX -----END PGP SIGNATURE----- --Ycz6tD7Th1CMF4v7--