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] Question about domain address space

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Question about domain address space
From: Mathieu Ropert <mro@xxxxxxxxxx>
Date: Thu, 02 Mar 2006 15:38:04 +0100
Delivery-date: Thu, 02 Mar 2006 18:14:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
Hi,

I've been wondering where the kernel image of a domain is loaded.
By "where"  i mean the physical address, not the machine address.
I didn't found the answer in the docs, but i have some ideas:
- at physical 0x100000 (1 MB)
- at physical 0x0 (unlikely)
- at (kernel_virtual_entry - kernel_virtual_base)
Any of thoses? Somewhere else?

Likewise, i'm looking for the virtual base offset (ie, virtual address of physical address 0x0). I guess it's at VIRT_BASE when you specify in the xen_guest section, but what if you don't?

Regards,

Mathieu


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Question about domain address space, Mathieu Ropert <=