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] problem about xen source codes compilation

To: bourne_gscl <bourne_gscl@xxxxxxxx>
Subject: Re: [Xen-users] problem about xen source codes compilation
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Mon, 26 May 2008 16:59:24 -0400
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 26 May 2008 13:59:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ounajb9JqqrUexvgaRZEa5AWtCjPis155+SSucJOh9c=; b=TKLlfNQlwdkgE5zdqR95QLENPZdoWews+GdWwf0E8dI6Iw4p03qLGr/XJL1RzxpnajAwuX1FcSysHARAMmVO4CZ/+v4gv45wNWoT1h0XGsrsNl06jfgVtgL7IUD7c1FxMFk9v6ibkZin2IG9TsvZ0MpzHYu0HH7/EDK5a74ePDI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C24yn57oasvLiMsv2ES0C7omNYf8G1FMh7dSKMz5m4VODbot5cxBDzqTUe/M4wBiPwZ4Q3/8ljDM20rz0Co8IwWOBt4PFJUzohz12Ai/r/WFub2i8dX5ht+N3XymRcysrGixZgKVBZR6GDKcduG7GWVuxyZZXapNHulr2lxi9+E=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200805262037082666333@xxxxxxxx>
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>
References: <200805262037082666333@xxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Bourne,

On Mon, May 26, 2008 at 8:37 AM, bourne_gscl <bourne_gscl@xxxxxxxx> wrote:
> Hi all,
> I have a question here.
>
> These days I have make a little modification to the Xen source codes, then I
> want to compile it, and try to get some results due to my modification to
> the code. how can I do it?
>

The source repositories are here:
http://xenbits.xensource.com/

For example if you want to make a modification to the unstable source do:

hg clone http://xenbits.xensource.com/xen-unstable.hg
hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

<make your modifications>

cd xen-unstable.hg
make world

For some information on mercurial (hg) specific to Xen have a look at:
http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/hg-cheatsheet.txt

Cheers,
Todd

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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