WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Build own kernel for dom-U

To: Stephan Böni <boeni@xxxxxx>
Subject: Re: [Xen-users] Build own kernel for dom-U
From: Paul Reilly <pareilly@xxxxxx>
Date: Tue, 20 Sep 2005 16:45:05 +0100 (IST)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 20 Sep 2005 15:42:51 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <983B408465C04C49B0344D51FA21C7553E747E@xxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> 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

<Prev in Thread] Current Thread [Next in Thread>