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-devel

Re: [Xen-devel] Custom Kernel Question

cd xen-2.0
find . -name *onfig* -print

=>
...
./linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig
./linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig

these get picked up when you make world.

You'll have to merge options from both the Xen default config and your
own to get what you want.

c.

On Tue, 2005-03-08 at 18:04, Stephen Le wrote:
> I just started using Xen 2.0, and I have a question regarding
> compiling your own custom kernel for domain 0. I've tried searching
> the mailing lists and reading the documentation, but nothing seems to
> work.
> 
> I've downloaded the source code tarball for Xen 2.0.4 and I have a
> working 2.6.10 kernel configuration. How do I compile Xen with my
> kernel configuration? That is, how do I tell Xen which kernel
> configuration to use during the compilation?
> 
> I've tried placing the kernel configuration file in
> xen-2.0/linux-2.6.10-xen0 and that didn't work. I also tried placing
> my configuration file in xen-2.0/dist/install/boot after first
> performing a "make" and that also didn't work. What am I doing wrong?
> 
> Thanks.
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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