|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen-kernel and EDD
2011/8/18 Keir Fraser <keir@xxxxxxx>:
> It's almost certainly this. In latest Xen we run the trampoline code at
> 0x7c000. So you can try rebuilding your hypervisor with the following
> changes:
> 1. Change BOOT_TRAMPOLINE to 0x7c000
> 2. In arch/x86/boot/head.S, change the line 'mov $0x98000,%esp' to 'mov
> $0x80000,%esp'.
>
> That will probably fix your problem.
>
> -- Keir
>
I also think you are right , good idea , thanks very much! I will let
you all know the final result ASAP.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|