|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Build own kernel for dom-U
> Which README?
>
See section 2.3.3 Custom XenLinux Builds
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html#SECTION02230000000000000000
> When i build my kernel with ARCH=xen it will not find the xen sources.
> Where i have to put the xen sources?
get the xen source tree.
run 'make world'
this will download the linux source and patch it and build xen.
There will be a dir for xen0 (domain 0) and a dir dor xenU (guests)
cd xen-2.0/linux-2.6.10-xenU/
then do
make ARCH=xen menuconfig
to configure your domU kernel
and then
make ARCH=xen
to build it.
Paul
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|