debuggers.hg
diff unmodified_drivers/linux-2.6/README @ 18296:d18be3c329fa
unmodified drivers: update README
update unmodified_drivers/linux-2.6/README.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
update unmodified_drivers/linux-2.6/README.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Aug 07 09:05:54 2008 +0100 (2008-08-07) |
parents | 3d97c1c1f7c8 |
children |
line diff
1.1 --- a/unmodified_drivers/linux-2.6/README Thu Aug 07 09:05:31 2008 +0100 1.2 +++ b/unmodified_drivers/linux-2.6/README Thu Aug 07 09:05:54 2008 +0100 1.3 @@ -1,13 +1,15 @@ 1.4 To build: 1.5 1.6 -1. ./mkbuildtree 1.7 +1. ./mkbuildtree [<arch>] 1.8 NB. You can override paths to Xen sources and a (stub) XenLinux 1.9 build tree via the XEN and XL environment variable. 1.10 1.11 2. make -C /path/to/kernel/build M=$PWD modules 1.12 NB. This is your native kernel build tree (or a distro provided 1.13 stub), not the XenLinux sources referred to in step 1. 1.14 + NB. If you are cross compiling, you need to set ARCH and 1.15 + CROSS_COMPILE too. 1.16 1.17 -You get four modules, xen-platform-pci.ko, xenbus.ko, xen-vbd.ko, and 1.18 -xen-vnif.ko. Load xen-platform-pci first, then xenbus, and then 1.19 -whichever of xen-vbd and xen-vnif you happen to need. 1.20 +You get four modules, xen-platform-pci.ko, xen-vbd.ko, xen-vnif.ko and 1.21 +xen-balloon.ko. Load xen-platform-pci first, and then 1.22 +whichever of xen-vbd, xen-vnif and xen-balloon.ko you happen to need.