Difference between revisions of "Xen"

From CBLFS
Jump to navigationJump to search
Line 14: Line 14:
  
 
cp -av /boot/config-2.6.20.1 .config
 
cp -av /boot/config-2.6.20.1 .config
 +
 +
make kernels
 +
 +
############..........................############
  
 
make ARCH=xen oldconfig
 
make ARCH=xen oldconfig

Revision as of 05:05, 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 kernels

                        1. ..........................############

make ARCH=xen oldconfig

make install-twisted

make install-logging

make install-iptables

make install-xen

make install-tools