Xen: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
cp -av /boot/config-2.6.20.1 .config
cp -av /boot/config-2.6.20.1 .config


make kernels
make


############..........................############
! #-#make kernels
 
! #-#cd linux-2.6-xen-sparse


make ARCH=xen oldconfig
make ARCH=xen oldconfig

Revision as of 05:18, 16 June 2007

http://www.xensource.com/download/

http://www.xensource.com/download/dl_31tarballs.html

http://bits.xensource.com/oss-xen/release/3.1.0/src.tgz/xen-3.1.0-src.tgz

Pure64

mkdir -v /sources

tar xvf /CBLFS/xen-3.1.0-src.tgz -C /sources/

cd /sources/xen-3.1.0-src/

cp -av /boot/config-2.6.20.1 .config

make

! #-#make kernels

! #-#cd linux-2.6-xen-sparse

make ARCH=xen oldconfig

make install-twisted

make install-logging

make install-iptables

make install-xen

make install-tools

Retrieved from "?title=Xen&oldid=10266"