diff options
author | mario <mario@slackverse.org> | 2013-02-10 02:52:17 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:35 -0600 |
commit | c32a6ad81353c0d124c3150ccb677ad4224a7f61 (patch) | |
tree | 4cbad4c5e1c59d98d56ad72d761137aec51f4ae2 /system/xen/README | |
parent | 7f2f69966e97765c8fd54a70a29e8cafe006028e (diff) |
system/xen: Added (the Xen virtualization hypervisor)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/README')
-rw-r--r-- | system/xen/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/xen/README b/system/xen/README new file mode 100644 index 000000000000..2b2ac10d17bf --- /dev/null +++ b/system/xen/README @@ -0,0 +1,20 @@ +The Xen hypervisor, a powerful open source industry standard for +virtualization, offers a powerful, efficient, and secure feature set for +virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It +supports a wide range of guest operating systems including Windows, Linux, +Solaris, and various versions of the BSD operating systems. + +In order to run Xen, you will need to install and boot from a Xen dom0 +kernel. Check README.dom0 (in docs/dom0) for more information on how to do +that. + +mbootpack is an optional dependency. Since booting a Xen kernel with LILO +is not supported by default we have to use GRUB; alternatively, you can use +mbootpack to create a LILO compatible kernel. + +GRUB may be installed from Slackware's extra repository. The GRUB package +is not available from the Slackware x86_64 distribution, but the source and +a SlackBuild may be found in its extra/source repository. + +See README.SLACKWARE (which is also installed with the package docs) for +setup, configuration, and usage hints. |