|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Badness in local_bh_enable
> > I'll wager that you're trying to use modules compiled for a non-Xen
> > kernel.
> so what is the proper procedure for building a xen kernel ?
Are you sure you're not picking up a module from another kernel build?
> 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
[It's normal to use 'make ARCH=xen menuconfig', but I guess the above
works]
> # cd /xen/xen-2.0/
> # make
> # ./install.sh
>
> am i missing something ?
Are you using any 3rd party modules not in the standard tree?
What modifications did you make to the default xen0 config? It's
possible you enabled something that hasn't been tested.
Thanks,
Ian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|