- This topic has 4개 답변, 3명 참여, and was last updated 14 years, 12 months 전에 by
ELem. This post has been viewed 1271 times
-
-
젠4.0이 릴리즈 되었습니다.
눈에 띄는 것중의 하나는 페도라 11, 12, 13 배포판을 위한 yum 설치가 된다라는 겁니다.
페도라 사용자라는 것이 갑자기 뿌듯해집니다. ㅎㅎ주소는 http://wiki.xensource.com/xenwiki/Xen4.0 입니다.
Packages required for building from source
Packages
required to build Xen 4.0 from source on Fedora 11, 12, or 13, in
addition to all the usual development tools and libraries:yum groupinstall "Development Libraries"
yum groupinstall "Development Tools"
yum install transfig texi2html libaio-devel dev86 glibc-devel e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-develnstallation from source
Xen 4.0 source code mercurial (hg) repository and changelog: http://xenbits.xen.org/xen-4.0-testing.hg
You can get Xen 4.0 with mercurial using the following command:
hg clone http://xenbits.xen.org/xen-4.0-testing.hg
Alternatively you can download the Xen 4.0.0 source tarball from http://www.xen.org/products/xen_source.html
If
you want to install only the new Xen 4.0 hypervisor and tools, and use
your previous dom0 kernel, or build your own custom dom0 kernel:cd xen-4.0-testing.hg
make xen
make tools
make stubdomWhen the compilation process finishes you'll have the binaries in "dist/" directory ready for installation:
make install-xen
make install-tools
make install-stubdomAnd
then compile your chosen new dom0 kernel, or use your existing dom0
kernel, and update grub.conf to use the new Xen hypervisor.You can also compile Xen 4.0 together with the new default pvops dom0 kernel (2.6.31.x):
make world
This will download the pvops dom0 kernel from Jeremy's xen.git repository during the build process.
Later if you want to track the changes made (patches added) to xen-4.0-testing.hg repository do this to update the tree:
cd xen-4.0-testing.hg
make clean
hg pull
hg update
hg log | less
#verify you see the latest changes in the log
<and continue as above to build and install it>Example grub configuration for Xen 4.0 with a pvops dom0 kernel
Example entry for Xen dom0 /boot/grub/grub.conf:
title Xen 4.0, Linux kernel 2.6.32.11
root (hd0,0)
kernel /xen-4.0.gz dom0_mem=1024M loglvl=all guest_loglvl=all
module /vmlinuz-2.6.32.11 root=/dev/sda1 ro nomodeset
module /initrd.img-2.6.32.11Obviously
you need to modify the example grub.conf entry above to have correct
values for your setup, especially for the root= parameter. Check the
existing grub.conf entries and make the new entry similar to them.Binary packages
There are no binary packages available yet.
Fedora 12 users can grab Xen 4.0.0 src.rpm from https://fedorapeople.org/~myoung/dom0/src/ , direct link: https://fedorapeople.org/~myoung/dom0/src/xen-4.0.0-0.7.fc12.src.rpm . You can then use "rpmbuild -bb" to build binary rpm packages on your system.
Tutorials to install Xen 4.0
No tutorials available yet.
* 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치
- 답변은 로그인 후 가능합니다.