From: "Grigory Batalov" <grisxa@mail.ru>
To: Thomas Weidner <linux-msdos@vger.kernel.org>
Subject: Re: problems with dune2 :(
Date: Mon, 29 Apr 2002 17:44:36 +0400 [thread overview]
Message-ID: <20020429174436.27545294.grisxa@mail.ru> (raw)
In-Reply-To: <3CCD4AD3.6000805@gmx.net>
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
On Mon, 29 Apr 2002 15:29:55 +0200
"Thomas Weidner" <yasea@gmx.net> wrote:
> i tried to run dune2 in dosemu,but after a short while dosemu
> exits,because the logfile becomes bigger than 10M. It seems to me,that
> always the same bug is reported. pls help:
> Dosemu 1.1.3+sb patch
> debian linux 2.4.18
> ----------------------------------------------------------------------------------
<skip>
> BUG: AC,ID set; flags changed to 000b0202
> [....]
> Exceeded maximum logfile limit of 10485760 bytes. Exiting.
You may disable that "BUG:" message with simple patch.
(See attachement)
--
Grigory Batalov.
[-- Attachment #2: dosemu-1.1.3-do_vm86.patch --]
[-- Type: text/plain, Size: 526 bytes --]
diff -ruN dosemu-1.1.3.orig/src/emu-i386/do_vm86.c dosemu-1.1.3/src/emu-i386/do_vm86.c
--- dosemu-1.1.3.orig/src/emu-i386/do_vm86.c Tue Mar 19 00:58:13 2002
+++ dosemu-1.1.3/src/emu-i386/do_vm86.c Tue Mar 19 23:51:43 2002
@@ -477,7 +477,7 @@
/* This will protect us from Mr.Norton's bugs */
if (_EFLAGS & (AC|ID)) {
_EFLAGS &= ~(AC|ID);
- dbug_printf("BUG: AC,ID set; flags changed to %08x\n",_EFLAGS);
+ /* dbug_printf("BUG: AC,ID set; flags changed to %08x\n",_EFLAGS); */
}
#endif
if (
prev parent reply other threads:[~2002-04-29 13:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-29 13:29 problems with dune2 :( Thomas Weidner
2002-04-29 13:44 ` Grigory Batalov [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=20020429174436.27545294.grisxa@mail.ru \
--to=grisxa@mail.ru \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.