Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Basic questions -> Basic answers.
On Tue, Apr 27, 2004 at 01:57:31AM +0200, Christian Limpach wrote:
> You'll have to install Xen (/grub/xen-1.2.gz), xen12load (/grub/xen12load)
> and the NetBSD/Xen kernel (/grub/xen12netbsd) in grub's root filesystem.
Forgot to mention one thing: you'll have to pad the NetBSD/Xen kernel
image such that its size is a multiple of 4 (doing ``echo -n a >netbsd''
until it is works...). There's a bug in Xen which causes it to fail
because Xen copies the image 4 bytes at a time and will stop short if the
size is not a multiple of 4 (and it's fatal because it copies from the
end to the beginning...).
christian
Home |
Main Index |
Thread Index |
Old Index