aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 092439f4c2..8e1c1e9a4f 100644
--- a/README
+++ b/README
@@ -46,16 +46,22 @@ provided by your OS distributor:
* Development install of curses (e.g., libncurses-dev)
* Development install of openssl (e.g., openssl-dev)
* Development install of x11 (e.g. xorg-x11-dev)
+ * Development install of uuid (e.g. uuid-dev)
* bridge-utils package (/sbin/brctl)
* iproute package (/sbin/ip)
* hotplug or udev
* GNU bison and GNU flex
+ * GNU gettext
+ * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & bcc debs)
+ * ACPI ASL compiler (iasl)
Second, you need to acquire a suitable kernel for use in domain 0. If
possible you should use a kernel provided by your OS distributor. If
no suitable kernel is available from your OS distributor then refer to
http://wiki.xen.org/xenwiki/XenDom0Kernels for suggestions for
suitable kernels to use.
+If you are looking to compile a Dom0 kernel from source, please refer to
+http://wiki.xensource.com/xenwiki/XenParavirtOps.
[NB. Unless noted otherwise, all the following steps should be
performed with root privileges.]