Xen: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
All those edits and still couldn't use the template.
Line 1: Line 1:
http://www.xensource.com/download/
{| style="text-align: left; background-color: AliceBlue;"
|-
!Download Source:
|http://bits.xensource.com/oss-xen/release/{{Xen-Version}}/src.tgz/xen-{{Xen-Version}}-src.tgz
|}


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
{{Package-Introduction|Xen is a server virtualization application.|http://www.xensource.com}}


Pure64
== Non-Multilib ==


mkdir -v /sources
Compile the package:


tar xvf /CBLFS/xen-3.1.0-src.tgz -C /sources/
cp -av /boot/config-{uname -r} .config &&
make kernels &&
make ARCH=xen oldconfig


cd /sources/xen-3.1.0-src/
Install the package:


cp -av /boot/config-2.6.20.1 .config
make install-twisted &&
make install-logging &&
make install-iptables &&
make install-xen &&
make install-tools


make
== Multilib ==


! #-#make kernels
<b><i>This package does not provide any libraries so only one installation is required.</i></b>


! #-#cd linux-2.6-xen-sparse
=== 32Bit ===


make ARCH=xen oldconfig
Compile the package:


make install-twisted


make install-logging
Install the package:


make install-iptables


make install-xen


make install-tools
=== N32 ===
 
Compile the package:
 
 
Install the package:
 
 
 
=== 64Bit ===
 
Compile the package:
 
 
Install the package:
 
 
 
== Configuring ==
 
== Contents ==
 
{| style="text-align: left;"
|-valign="top"
!Installed Directories:
|
|-valign="top"
!Installed Programs:
|
|-valign="top"
!Installed Libraries:
|
|}
 
=== Short Descriptions ===
 
{| style="text-align: left;"
|-valign="top"
!
|
|-valign="top"
!
|
|-valign="top"
!
|
|}

Revision as of 05:27, 16 June 2007

Download Source: http://bits.xensource.com/oss-xen/release/3.2.0/src.tgz/xen-3.2.0-src.tgz

Introduction to Xen

Xen is a server virtualization application.

Project Homepage: http://www.xensource.com

Non-Multilib

Compile the package:

cp -av /boot/config-{uname -r} .config &&
make kernels &&
make ARCH=xen oldconfig

Install the package:

make install-twisted &&
make install-logging &&
make install-iptables &&
make install-xen &&
make install-tools

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:


Install the package:


N32

Compile the package:


Install the package:


64Bit

Compile the package:


Install the package:


Configuring

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions

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