qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Boot failure with MS-Dos 6.22 (due to bad BIOS build?)


From: Kevin O'Connor
Subject: Re: [Qemu-devel] Boot failure with MS-Dos 6.22 (due to bad BIOS build?)
Date: Wed, 29 Feb 2012 03:45:13 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Feb 27, 2012 at 04:25:09PM +0100, Jan Kiszka wrote:
> On 2012-02-27 10:51, Daniel P. Berrange wrote:
> > I'm seeing current QEMU GIT fail to boot MS-Dos 6.22 with the following
> > crash:
> > 
> > # qemu-system-x86_64 -fda ~/MS-DOS\ 6.22.img  -m 1 -curses

Does the error persist when run with "-m 2"?  If more memory fixes the
issue, then it is likely already fixed in upstream (commit 890d9851).
The bugs fixed in that commit are null pointer derefernce errors - in
SeaBIOS, a write to "NULL" actually alters the memory at address 0,
which can corrupt the interrupt table - these can lead to
unpredictable errors, as the timing between when an irq fires and when
the corruption occurs can vary.  DOS might overwrite the irq entries
with its own settings, and thus depending on timing may cover up the
error.  In short, I wouldn't assume the problem is the toolchain.

-Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]