diff options
| -rw-r--r-- | documentation/kernel-manual/kernel-manual.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml new file mode 100644 index 0000000000..ae9b23bff9 --- /dev/null +++ b/documentation/kernel-manual/kernel-manual.xml | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
| 3 | |||
| 4 | <book id='kernel-manual' lang='en' | ||
| 5 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
| 6 | xmlns="http://docbook.org/ns/docbook" | ||
| 7 | > | ||
| 8 | <bookinfo> | ||
| 9 | |||
| 10 | <mediaobject> | ||
| 11 | <imageobject> | ||
| 12 | <imagedata fileref='figures/kernel-title.png' | ||
| 13 | format='SVG' | ||
| 14 | align='left' scalefit='1' width='100%'/> | ||
| 15 | </imageobject> | ||
| 16 | </mediaobject> | ||
| 17 | |||
| 18 | <title></title> | ||
| 19 | |||
| 20 | <authorgroup> | ||
| 21 | <author> | ||
| 22 | <firstname>Bruce</firstname> <surname>Ashfield</surname> | ||
| 23 | <affiliation> | ||
| 24 | <orgname>Wind River Corporation</orgname> | ||
| 25 | </affiliation> | ||
| 26 | <email>bruce.ashfield@windriver.com</email> | ||
| 27 | </author> | ||
| 28 | </authorgroup> | ||
| 29 | |||
| 30 | <revhistory> | ||
| 31 | <revision> | ||
| 32 | <revnumber>0.9</revnumber> | ||
| 33 | <date>24 November 2010</date> | ||
| 34 | <revremark>Beta Draft</revremark> | ||
| 35 | </revision> | ||
| 36 | </revhistory> | ||
| 37 | |||
| 38 | <copyright> | ||
| 39 | <year>2010</year> | ||
| 40 | <holder>Linux Foundation</holder> | ||
| 41 | </copyright> | ||
| 42 | |||
| 43 | <legalnotice> | ||
| 44 | <para> | ||
| 45 | Permission is granted to copy, distribute and/or modify this document under | ||
| 46 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | ||
| 47 | </para> | ||
| 48 | </legalnotice> | ||
| 49 | |||
| 50 | </bookinfo> | ||
| 51 | |||
| 52 | <xi:include href="yocto-project-kernel-manual.xml"/> | ||
| 53 | |||
| 54 | <!-- <index id='index'> | ||
| 55 | <title>Index</title> | ||
| 56 | </index> | ||
| 57 | --> | ||
| 58 | |||
| 59 | </book> | ||
| 60 | <!-- | ||
| 61 | vim: expandtab tw=80 ts=4 | ||
| 62 | --> | ||
