Xen: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
Compile the package: | Compile the package: | ||
make | make world | ||
Install the package: | Install the package: | ||
make install | make install | ||
depmod 2.6.18.xx-xen | |||
== Multilib == | == Multilib == | ||
Revision as of 07:43, 17 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
Dependencies
Required
Xen requires a Linux distribution using GRUB bootloader and running on a P6-class or newer CPU.
Optional
Non-Multilib
Compile the package:
make world
Install the package:
make install depmod 2.6.18.xx-xen
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
Add an entry to your menu.lst file for the new Xen-enabled kernel:
cat >> /boot/grub/menu.lst << EOF
# Xen Enabled kernel.
title Xen-Enabled CLFS 1.0.0
root (hd0,0)
kernel /xen-3.1.0.gz
module /vmlinuz-2.6.18-xen ro root=/dev/<foo>
module /initrd-2.6.18-xen
EOF
Contents
| Installed Directories: | |
|---|---|
| Installed Programs: | |
| Installed Libraries: |