qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [Bochs-developers] [PATCH v2 5/6] Don't use unreserved


From: Kevin O'Connor
Subject: [Qemu-devel] Re: [Bochs-developers] [PATCH v2 5/6] Don't use unreserved memory in BIOS.
Date: Thu, 6 Nov 2008 19:25:52 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Nov 03, 2008 at 11:26:46AM +0200, Gleb Natapov wrote:
> Use only first page and last page of low memory. OSes assumes that first
> page is used by bios and last page is reserved in e820 map.
[...]
>    ;; init the stack pointer
> -  mov esp, #0x00080000
> +  mov esp, #0x9fbf0

Random note - I'm told that some option roms can relocate the EBDA.
Setting the stack in the EBDA area will prevent that from working.

I'm not sure if this is really a problem though - a relocated EBDA
would likely break bochs bios today.  Something to be aware of though.

-Kevin




reply via email to

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