|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Badness in local_bh_enable
I had this problem a while back. Went away when I cleaned out all the
modules and compiled them with ARCH=xen.
On Apr 1, 2005 9:21 PM, mlist <mlist@xxxxxxxxxxx> wrote:
>
> so what is the proper procedure for building a xen kernel ?
>
> this is what i do, knowing that xen sources are located
> in /xen/xen-2.0 :
>
> # cd /xen/xen-2.0/linux-2.6.10-xen0/
> # make menuconfig ARCH=xen
> ...
> # cd /xen/xen-2.0/
> # make
> # ./install.sh
>
> am i missing something ?
cp -r /lid/modules/::kernel-version::.
For good measure also do a:
mv .config _config; make distclean; mv _config .config; make ARCH=xen oldconfig
before building your kernel.
Nicholas
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|