debuggers.hg
changeset 17586:4b1bbcf18eb5
Update README to reference next major Xen release (3.3).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu May 01 14:04:12 2008 +0100 (2008-05-01) |
parents | b2a036d390db |
children | bb2301b33760 |
files | README |
line diff
1.1 --- a/README Thu May 01 13:47:08 2008 +0100 1.2 +++ b/README Thu May 01 14:04:12 2008 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 ################################# 1.5 - __ __ _____ ____ 1.6 - \ \/ /___ _ __ |___ / |___ \ 1.7 - \ // _ \ '_ \ |_ \ __) | 1.8 - / \ __/ | | | ___) | / __/ 1.9 - /_/\_\___|_| |_| |____(_)_____| 1.10 - 1.11 + __ __ _____ _____ 1.12 + \ \/ /___ _ __ |___ / |___ / 1.13 + \ // _ \ '_ \ |_ \ |_ \ 1.14 + / \ __/ | | | ___) | ___) | 1.15 + /_/\_\___|_| |_| |____(_)____/ 1.16 + 1.17 ################################# 1.18 1.19 http://www.xen.org/ 1.20 @@ -21,11 +21,10 @@ development community, spearheaded by Xe 1.21 by the original Xen development team to build enterprise products 1.22 around Xen. 1.23 1.24 -The 3.2 release offers excellent performance, hardware support and 1.25 +The 3.3 release offers excellent performance, hardware support and 1.26 enterprise-grade features such as x86_32-PAE, x86_64, SMP guests and 1.27 -live relocation of VMs. This install tree contains source for a Linux 1.28 -2.6 guest; ports to Linux 2.4, NetBSD, FreeBSD and Solaris are 1.29 -available from the community. 1.30 +live relocation of VMs. Ports to Linux 2.6, Linux 2.4, NetBSD, FreeBSD 1.31 +and Solaris are available from the community. 1.32 1.33 This file contains some quick-start instructions to install Xen on 1.34 your system. For full documentation, see the Xen User Manual. If this 1.35 @@ -55,8 +54,8 @@ 2. Configure your bootloader to boot Xen 1.36 /boot/grub/menu.lst: edit this file to include an entry like the 1.37 following: 1.38 1.39 - title Xen 3.2 / XenLinux 2.6 1.40 - kernel /boot/xen-3.2.gz console=vga 1.41 + title Xen 3.3 / XenLinux 2.6 1.42 + kernel /boot/xen-3.3.gz console=vga 1.43 module /boot/vmlinuz-2.6-xen root=<root-dev> ro console=tty0 1.44 module /boot/initrd-2.6-xen.img 1.45 1.46 @@ -75,7 +74,7 @@ 2. Configure your bootloader to boot Xen 1.47 32MB memory for internal use, which is not available for allocation 1.48 to virtual machines. 1.49 1.50 -3. Reboot your system and select the "Xen 3.2 / XenLinux 2.6" menu 1.51 +3. Reboot your system and select the "Xen 3.3 / XenLinux 2.6" menu 1.52 option. After booting Xen, Linux will start and your initialisation 1.53 scripts should execute in the usual way. 1.54