From 26fdf1475d73d7523fee22b3123d02ec11f5084a Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 17 Aug 2006 17:10:13 +0100 Subject: Add a small readme file explaining how to build PV-on-HVM drivers. Signed-off-by: Steven Smith --- unmodified_drivers/linux-2.6/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/README (limited to 'unmodified_drivers/linux-2.6/README') 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. -- cgit v1.2.3