| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.3 2007/12/10 15:37:10 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.4 2008/04/10 15:01:50 cam Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/xen-guide.xml"> |
6 | <guide link="/doc/en/xen-guide.xml"> |
| 7 | |
7 | |
| … | |
… | |
| 17 | |
17 | |
| 18 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
18 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 19 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
19 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 20 | <license/> |
20 | <license/> |
| 21 | |
21 | |
| 22 | <version>1.2</version> |
22 | <version>1.3</version> |
| 23 | <date>2007-12-10</date> |
23 | <date>2008-04-10</date> |
| 24 | |
24 | |
| 25 | <chapter> |
25 | <chapter> |
| 26 | <title>Introduction</title> |
26 | <title>Introduction</title> |
| 27 | <section> |
27 | <section> |
| 28 | <body> |
28 | <body> |
| … | |
… | |
| 275 | is <path>/mnt/data/xen/kernel</path>): |
275 | is <path>/mnt/data/xen/kernel</path>): |
| 276 | </p> |
276 | </p> |
| 277 | |
277 | |
| 278 | <pre caption="Building the guest kernel"> |
278 | <pre caption="Building the guest kernel"> |
| 279 | ~# <i>make O=~/build/domU</i> |
279 | ~# <i>make O=~/build/domU</i> |
| 280 | ~# <i>cp ~/build/vmlinuz /mnt/data/xen/kernel/kernel-2.6.x.y-xen</i> |
280 | ~# <i>cp ~/build/domU/vmlinuz /mnt/data/xen/kernel/kernel-2.6.x.y-xen</i> |
| 281 | </pre> |
281 | </pre> |
| 282 | |
282 | |
| 283 | <p> |
283 | <p> |
| 284 | It is also possible to create a single kernel image for both the administrative |
284 | It is also possible to create a single kernel image for both the administrative |
| 285 | domain and the unpriviledged domain. More information about this can be found |
285 | domain and the unpriviledged domain. More information about this can be found |