Difference between revisions of "Xen"

From CBLFS
Jump to navigationJump to search
Line 13: Line 13:
 
cd /sources/xen-3.1.0-src/
 
cd /sources/xen-3.1.0-src/
  
cp -av /boot/config-2.6.20.1 /source/xen-3.1.0-src/.config
+
cp -av /boot/config-2.6.20.1 .config
 
 
# make kernels #
 
  
 
make ARCH=xen oldconfig
 
make ARCH=xen oldconfig

Revision as of 03:47, 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 ARCH=xen oldconfig

make install-twisted

make install-logging

make install-iptables

make install-xen

make install-tools