|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: How to run a 2.4 kernel distro under a 2.6 dom0
Hi
> The problem is that FC4 doesn't come with a 2.4 xenU kernel.
> Is there a way I can build one?
you can build one with at least the 2.06 stable sources.
Just Append "linux-2.4-xenU" to "KERNELS ?=" in the Makefile of XEN and run
make kernels or
make install
The Kernel sources will automatically be downloaded. You can configure your
Kernel in the directory linux-2.4.* with
make ARCH=xen menuconfig
and do another
make install
Sami
> On 7/1/05, Friedmund Lassmann <lassmann@xxxxxxxxxx> wrote:
> > > I have a 2.4 kernel distro I'd like to run under FC4 which is a 2.6
> > > distro. How can I get that to run?
> >
> > There is no dependency of the dom0 and domU kernel versions.
> > Just place your vmlinuz-2.4.*-xenU in the /boot dir of your
> > domain0 then you can reference it in your domain config file
> > like this:
> >
> > kernel = "/boot/vmlinuz-2.4.29-xenU"
> >
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|