qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: POST failure (loop) with isapc and seabios


From: Kevin O'Connor
Subject: [Qemu-devel] Re: POST failure (loop) with isapc and seabios
Date: Fri, 20 Nov 2009 17:51:13 -0500
User-agent: Mutt/1.5.19 (2009-01-05)

On Thu, Nov 19, 2009 at 10:30:20PM +0100, Sebastian Herbszt wrote:
> i386-softmmu/qemu -M isapc -bios pc-bios/bios.bin

Thanks for reporting this.

After compiling seabios with CONFIG_DEBUG_SERIAL set in src/config.h
and running:

qemu -M isapc -serial file:foo

I see:

Unable to unlock ram - bridge not found

SeaBIOS stores global variables in the f-segment.  This greatly
simplifies the code, but it does require the ability to write to the
f-segment.  Since the f-segment can't be unlocked in "isapc" mode, the
boot fails.

I'm not really sure what to do about this.  Maybe some kind of non-pci
method of unlocking the f-segment could be implemented.

Anthony, what do you think?

-Kevin




reply via email to

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