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? Thank you for your looking. regards, Bourne 2008-05-26 bourne_gscl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2008-May-26 20:59 UTC
Re: [Xen-users] problem about xen source codes compilation
Hi Bourne, On Mon, May 26, 2008 at 8:37 AM, bourne_gscl <bourne_gscl@sina.com> 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@lists.xensource.com http://lists.xensource.com/xen-users