|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen headers xcp kernel
> 6) compile kernel sources ->
> cat /proc/config.gz /usr/src/linux/.config
> make menuconfig
> make sure to load the .config file, then save & exit
> make (now get some coffee, this will take forever :D)
> now your done! you can compile any software you would like.
Why you use cat for config.gz? You do not need to run menuconfig if you
have .configure file.
It simple:
gzip -dc /proc/config.gz >/usr/src/linux/.config
cd /usr/src/linux
make
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|