aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/README
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 17:10:13 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 17:10:13 +0100
commit26fdf1475d73d7523fee22b3123d02ec11f5084a (patch)
treecd98429bf4d4d0280e9fa1f278f7b6c08af743ef /unmodified_drivers/linux-2.6/README
parentb3e069b33edcb6008dd460249c345bf87b0691a5 (diff)
downloadxen-26fdf1475d73d7523fee22b3123d02ec11f5084a.tar.gz
xen-26fdf1475d73d7523fee22b3123d02ec11f5084a.tar.bz2
xen-26fdf1475d73d7523fee22b3123d02ec11f5084a.zip
Add a small readme file explaining how to build PV-on-HVM drivers.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/README')
-rw-r--r--unmodified_drivers/linux-2.6/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/README b/unmodified_drivers/linux-2.6/README
new file mode 100644
index 0000000000..3d57a8e8a6
--- /dev/null
+++ b/unmodified_drivers/linux-2.6/README
@@ -0,0 +1,7 @@
+To build, run ./mkbuildtree and then
+
+make -C /path/to/kernel/source M=$PWD modules
+
+You get four modules, xen-evtchn-pci.ko, xenbus.ko, xen-vbd.ko, and
+xen-vnif.ko. Load xen-evtchn-pci first, then xenbus, and then
+whichever of xen-vbd and xen-vnif you happen to need.