# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1209647052 -3600
# Node ID 4b1bbcf18eb5a6c7d3e1b96306e8f6cec5209f09
# Parent b2a036d390dbce2a0359740da0c52906d749eead
Update README to reference next major Xen release (3.3).
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
README | 25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)
diff -r b2a036d390db -r 4b1bbcf18eb5 README
--- a/README Thu May 01 13:47:08 2008 +0100
+++ b/README Thu May 01 14:04:12 2008 +0100
@@ -1,10 +1,10 @@
#################################
- __ __ _____ ____
- \ \/ /___ _ __ |___ / |___ \
- \ // _ \ '_ \ |_ \ __) |
- / \ __/ | | | ___) | / __/
- /_/\_\___|_| |_| |____(_)_____|
-
+ __ __ _____ _____
+ \ \/ /___ _ __ |___ / |___ /
+ \ // _ \ '_ \ |_ \ |_ \
+ / \ __/ | | | ___) | ___) |
+ /_/\_\___|_| |_| |____(_)____/
+
#################################
http://www.xen.org/
@@ -21,11 +21,10 @@ by the original Xen development team to
by the original Xen development team to build enterprise products
around Xen.
-The 3.2 release offers excellent performance, hardware support and
+The 3.3 release offers excellent performance, hardware support and
enterprise-grade features such as x86_32-PAE, x86_64, SMP guests and
-live relocation of VMs. This install tree contains source for a Linux
-2.6 guest; ports to Linux 2.4, NetBSD, FreeBSD and Solaris are
-available from the community.
+live relocation of VMs. Ports to Linux 2.6, Linux 2.4, NetBSD, FreeBSD
+and Solaris are available from the community.
This file contains some quick-start instructions to install Xen on
your system. For full documentation, see the Xen User Manual. If this
@@ -55,8 +54,8 @@ 2. Configure your bootloader to boot Xen
/boot/grub/menu.lst: edit this file to include an entry like the
following:
- title Xen 3.2 / XenLinux 2.6
- kernel /boot/xen-3.2.gz console=vga
+ title Xen 3.3 / XenLinux 2.6
+ kernel /boot/xen-3.3.gz console=vga
module /boot/vmlinuz-2.6-xen root=<root-dev> ro console=tty0
module /boot/initrd-2.6-xen.img
@@ -75,7 +74,7 @@ 2. Configure your bootloader to boot Xen
32MB memory for internal use, which is not available for allocation
to virtual machines.
-3. Reboot your system and select the "Xen 3.2 / XenLinux 2.6" menu
+3. Reboot your system and select the "Xen 3.3 / XenLinux 2.6" menu
option. After booting Xen, Linux will start and your initialisation
scripts should execute in the usual way.
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|