ia64/xen-unstable
annotate unmodified_drivers/linux-2.6/README @ 16903:1fe8c8a275c9
Remove tools/guest-headers; no longer needed.
Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Bastian Blank <waldi@debian.org>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat Jan 26 15:26:15 2008 +0000 (2008-01-26) |
parents | 3d97c1c1f7c8 |
children | d18be3c329fa |
rev | line source |
---|---|
kfraser@15282 | 1 To build: |
kfraser@11198 | 2 |
kfraser@15282 | 3 1. ./mkbuildtree |
keir@16242 | 4 NB. You can override paths to Xen sources and a (stub) XenLinux |
keir@16242 | 5 build tree via the XEN and XL environment variable. |
kfraser@15282 | 6 |
keir@16242 | 7 2. make -C /path/to/kernel/build M=$PWD modules |
keir@16242 | 8 NB. This is your native kernel build tree (or a distro provided |
keir@16242 | 9 stub), not the XenLinux sources referred to in step 1. |
kfraser@11198 | 10 |
ssmith@12471 | 11 You get four modules, xen-platform-pci.ko, xenbus.ko, xen-vbd.ko, and |
ssmith@12471 | 12 xen-vnif.ko. Load xen-platform-pci first, then xenbus, and then |
kfraser@11198 | 13 whichever of xen-vbd and xen-vnif you happen to need. |