Lutrin Jean
2006-Oct-24 11:45 UTC
[Xen-users] how to modify .config when compiling Xen 3.0.3
Hi everybody, I successfully compiled Xen 3.0.3 using "make world". Before doing that, I had the source of the Linux kernel 2.6.16.29 untarred in /usr/src/ and I *also* had the original .tar.bz2 kernel file (from kernel.org) in that same /usr/src/ dir. I ve noticed that during Xen''s "make world" it decompiled the .tar.bz2 in a tmp directory called "pristine" something. My question is simple: not that I ve succesfully compiled and installed and ran Xen 3.0.3 / Linux 2.6.16.29, how do I modify the kernel compile options and have Xen''s "make world" take my changes into account? For example I m using an Intel Core 2 Duo and I d like to enable SMP. I also like to have some drivers set to ''Y'' instead of ''M''. Can I use "make menuconfig" for configuring the Linux kernel then have Xen''s "make world" take these changes into account ? If so how? Thanks for any help on this, Jean ___________________________________________________________________________ Découvrez une nouvelle façon d''obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2006-Oct-24 11:51 UTC
RE: [Xen-users] how to modify .config when compiling Xen 3.0.3
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Lutrin Jean > Sent: 24 October 2006 12:46 > To: xen-users@lists.xensource.com > Subject: [Xen-users] how to modify .config when compiling Xen 3.0.3 > > Hi everybody, > > I successfully compiled Xen 3.0.3 using > "make world". > > Before doing that, I had the source of > the Linux kernel 2.6.16.29 untarred in > /usr/src/ and I *also* had the original > .tar.bz2 kernel file (from kernel.org) > in that same /usr/src/ dir. > > I ve noticed that during Xen''s "make world" > it decompiled the .tar.bz2 in a tmp directory > called "pristine" something. > > My question is simple: not that I ve succesfully > compiled and installed and ran Xen 3.0.3 / Linux > 2.6.16.29, how do I modify the kernel compile > options and have Xen''s "make world" take my > changes into account? > > For example I m using an Intel Core 2 Duo and > I d like to enable SMP. I also like to have > some drivers set to ''Y'' instead of ''M''. > > Can I use "make menuconfig" for configuring > the Linux kernel then have Xen''s "make world" > take these changes into account ?Yes. Don''t use "make world" but "make dist". "make world" is really a short form of "make clean; make kdelete; make dist" "make help" will explain what other make options are available and what they do.> > If so how? > > Thanks for any help on this, > > Jean > > > > > > > > ______________________________________________________________ > _____________ > Découvrez une nouvelle façon d''obtenir des réponses à toutes > vos questions ! > Profitez des connaissances, des opinions et des expériences > des internautes sur Yahoo! Questions/Réponses > http://fr.answers.yahoo.com > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users