Hi all, Do I have to apply a patch in my Slackware vanilla Linux kernel in order to compile it to run as Dom0? Thanks. Ronaldo. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thiago Camargo Martins Cordeiro
2009-Aug-07 02:46 UTC
Re: [Xen-users] Compiling Linux kernel for Dom0
Hi! Just get and compile the Xen and Linux from: Xen 3.3.2 http://www.xen.org/download/index_3.3.2.html Xen 3.4.1 http://xen.org/download/index_3.4.0.html I''m sure these are the rock solid Xen of the year! You do not need to patch your Slack Kernel, use the one from xen.orginstead of from kernel.org... ;-) Cheers! Thiago 2009/8/6 Ronaldo Zacarias Afonso <ronaldoafonso@gmail.com>> Hi all, > > Do I have to apply a patch in my Slackware vanilla Linux kernel in > order to compile it to run as Dom0? > Thanks. > > Ronaldo. > > _______________________________________________ > 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
Hi Thiago, Thanks for the links, but I have another question: I tried to compile the kernel that is withing this Xen version using: make kernels and it gives me as an option to configure the kernel through "oldconfig". I want to configure it using "menuconfig". How do I do that? Is there any: make kernels CONFIGMODE=menuconfig ? Thanks in advance. Ronaldo. On Thu, 2009-08-06 at 23:46 -0300, Thiago Camargo Martins Cordeiro wrote:> Hi! > > > Just get and compile the Xen and Linux from: > > > Xen 3.3.2 > http://www.xen.org/download/index_3.3.2.html > > > Xen 3.4.1 > http://xen.org/download/index_3.4.0.html > > > > I''m sure these are the rock solid Xen of the year! > You do not need to patch your Slack Kernel, use the one from xen.org > instead of from kernel.org... ;-) > > > Cheers! > Thiago > > 2009/8/6 Ronaldo Zacarias Afonso <ronaldoafonso@gmail.com> > Hi all, > > Do I have to apply a patch in my Slackware vanilla Linux > kernel in > order to compile it to run as Dom0? > Thanks. > > Ronaldo. > > _______________________________________________ > 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
Thiago Camargo Martins Cordeiro
2009-Aug-08 20:38 UTC
Re: [Xen-users] Compiling Linux kernel for Dom0
Hi Ronaldo, You can override this default by specifying KERNELS=kernelname. For example, you can make two kernels - linux-2.6-xen0 and linux-2.6-xenU... To make these two kernels, simply specify KERNELS="linux-2.6-xen0 linux-2.6-xenU" in the make command line. To rebuild a kernel with a modified config: # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig) # make linux-2.6-xen-build # make linux-2.6-xen-install These information is on the README file... ;-) Cheers! Thiago 2009/8/8 Ronaldo Z. Afonso <ronaldoafonso@gmail.com>> Hi Thiago, > > Thanks for the links, but I have another question: > I tried to compile the kernel that is withing this Xen version using: > > make kernels > > and it gives me as an option to configure the kernel through > "oldconfig". I want to configure it using "menuconfig". > > How do I do that? > Is there any: make kernels CONFIGMODE=menuconfig ? > > Thanks in advance. > Ronaldo. > > > > On Thu, 2009-08-06 at 23:46 -0300, Thiago Camargo Martins Cordeiro > wrote: > > Hi! > > > > > > Just get and compile the Xen and Linux from: > > > > > > Xen 3.3.2 > > http://www.xen.org/download/index_3.3.2.html > > > > > > Xen 3.4.1 > > http://xen.org/download/index_3.4.0.html > > > > > > > > I''m sure these are the rock solid Xen of the year! > > You do not need to patch your Slack Kernel, use the one from xen.org > > instead of from kernel.org... ;-) > > > > > > Cheers! > > Thiago > > > > 2009/8/6 Ronaldo Zacarias Afonso <ronaldoafonso@gmail.com> > > Hi all, > > > > Do I have to apply a patch in my Slackware vanilla Linux > > kernel in > > order to compile it to run as Dom0? > > Thanks. > > > > Ronaldo. > > > > _______________________________________________ > > 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