|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: dom0 boot failure with 256G
On 5/6/08 03:07, "Mukesh Rathor" <mukesh.rathor@xxxxxxxxxx> wrote:
> d->arch.physaddr_bitsize =
> fls((1UL << 32) - HYPERVISOR_COMPAT_VIRT_START(d)) - 1
> + (PAGE_SIZE - 2);
> which is set to 0x1019, totally baffling me. I'd expect it to be 32,
> 36, or 64????????
PAGE_SIZE should be PAGE_SHIFT. If you fix that then you may discover that
dom0 can no longer be built (since there is not enough memory below 64GB to
build a ~256GB dom0, which is the default that the dom0 builder will go for)
so make sure you have a suitably restrictive dom0_mem= option on your Xen
command line. As Ian says we should fix that more nicely.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|