|
|
|
|
|
|
|
|
|
|
xen-users
Re: AW: [Xen-users] compiling Xen 3.3.1 on Lenny
Fabian Zimmermann wrote:
Hi,
here is what I did:
aptitude install build-essential mercurial gawk libx11-dev libssl-dev
zlib1g-dev gettext ncurses-dev python-dev iproute bridge-utils texinfo
pciutils-dev pkg-config bin86 bcc bzip2
cd /usr/src/
wget "http://bits.xensource.com/oss-xen/release/3.3.1/xen-3.3.1.tar.gz"
tar -xzvf xen-3.3.1.tar.gz
cd /usr/src/xen-3.3.1/
make -s xen
make -s tools
make -s stubdom
.. compile your kernel or use linux-image-2.6-xen-686
make install-xen
make install-tools
make install-stubdom
sed -i 's/# xenhopt=/# xenhopt=dom0_mem=256m/g' /boot/grub/menu.lst
update-grub
update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20
reboot
Cu,
Fabian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
Hi
Thanks a lot.
What confuses me, is that ( if I correctly understand the Makefile ) ,
the option
"KERNELS="linux-2.6-xen0 linux-2.6-xenU" in the command :
make world "KERNELS="linux-2.6-xen0 linux-2.6-xenU"
causes the build of two (older ) kernels 2.6.18 ( one for dom0 and a
lighter version domU for the guests ) . But without any option in make
world , _no_ kernel is built at all and I have to use the one that comes
with the distribution ( in the debian case linux-image-2.6-xen-686 ).
Its a more recent one ( 2.6.26-1 ) . Is there no way ( no need ) to
build this kernel from the xen Makefile ?
I guess, I am missing something ?
Peter
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|