From: kfraser@localhost.localdomain Date: Thu, 17 Aug 2006 16:10:13 +0000 (+0100) Subject: Add a small readme file explaining how to build PV-on-HVM drivers. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15710^2~53 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=26fdf1475d73d7523fee22b3123d02ec11f5084a;p=xen.git Add a small readme file explaining how to build PV-on-HVM drivers. Signed-off-by: Steven Smith --- 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.