WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: define BOOT_TRAMPOLINE and stack based on result of prob

To: Lin-bao Zhang <zhang.linbao@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: define BOOT_TRAMPOLINE and stack based on result of probing EBDA area by INT12
From: Keir Fraser <keir@xxxxxxx>
Date: Wed, 31 Aug 2011 09:55:10 +0100
Cc:
Delivery-date: Wed, 31 Aug 2011 01:56:00 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=QaakZOVws3QjJKs+VLxUjpCmup4hManiBGaCM/Zochk=; b=Vwt0lS3O++BUwpTmkKyvrrKjdCEtJlfFiu2TEYCvCve++ruFbZStm8vcZJcwCsF5XL mYPLrAJZMuewYaA9ezxRitjPrx6vZ8B/HWoqDPs4WDP0j1kNqI2Ms6cUTpNDLz8z8IKs wwGQPLx3WS/fXgS7OYL7cKZd97iWxDIkuY3pg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1314780430.48326.YahooMailNeo@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acxnu7A5+NGScMgAYkCeAgnARcTAXQ==
Thread-topic: define BOOT_TRAMPOLINE and stack based on result of probing EBDA area by INT12
User-agent: Microsoft-Entourage/12.30.0.110427
On 31/08/2011 09:47, "Lin-bao Zhang" <zhang.linbao@xxxxxxxxx> wrote:

> 1,define a variable named "EBDA_bottom".
> 2, get EBDA_bottom by above method.
> 3, stack should equals EBDA_bottom (or EBDA_bottom -1 safely)
> 4, mov     $(EBDA_bottom -1),%esp
> in most case , EBDA area is 1K,but we define 0x7c000(this is absolutely
> safe),but we will waste too much memory space.
> 
> I did test, it can work .Certainly, I am familiar with assembler code, I just
> hard code to test:mov     0x903ff , %esp thanks for your corrections , I have
> not read over all histories and stories about them, if I am wrong , I am sorry
> first.

If you actually tried to implement it you'd realise you're stuck. Because
you start off in protected mode and can't make the BIOS call, until you are
in real mode, which requires the trampoline to be set up.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel