|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV Grub Questions
Hello,
Todd Deshane, le Tue 26 Aug 2008 15:57:50 -0400, a écrit :
> kernel (hd0,1)/boot/vmlinuz-2.6.18.8-xen
> initrd (hd0,1)/boot/initrd.img-2.6.18.8-xen
> boot
>
> In this case, I get
> Page fault in pagetable walk (access to invalid memory?).
It looks like a stack overflow, possibly because initrd.img is a bit big
(6MB), I'm looking in the zlib code to see where that could come from.
In the meanwhile, you can try to increase __STACK_SIZE_PAGE_ORDER to 5
in extras/mini-os/include/x86/arch_limits.h, that works for me.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|