summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-man.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-man.xml')
-rw-r--r--documentation/dev-manual/dev-man.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-man.xml b/documentation/dev-manual/dev-man.xml
new file mode 100644
index 0000000000..b045465016
--- /dev/null
+++ b/documentation/dev-manual/dev-man.xml
@@ -0,0 +1,77 @@
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>This revision is the initial document draft and corresponds with
35 the Yocto Project 0.9 Release.</revremark>
36 </revision>
37 <revision>
38 <revnumber>1.0</revnumber>
39 <date>6 April 2011</date>
40 <revremark>This revision corresponds with the Yocto Project 1.0 Release.</revremark>
41 </revision>
42 <revision>
43 <revnumber>1.0.1</revnumber>
44 <date>23 May 2011</date>
45 <revremark>Released with Yocto Project 1.0.1 on 23 May 2011.</revremark>
46 </revision>
47 </revhistory>
48
49 <copyright>
50 <year>2010-2011</year>
51 <holder>Linux Foundation</holder>
52 </copyright>
53
54 <legalnotice>
55 <para>
56 Permission is granted to copy, distribute and/or modify this document under
57 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
58 </para>
59 </legalnotice>
60
61 </bookinfo>
62
63 <xi:include href="kernel-doc-intro.xml"/>
64
65 <xi:include href="kernel-concepts.xml"/>
66
67 <xi:include href="kernel-how-to.xml"/>
68
69<!-- <index id='index'>
70 <title>Index</title>
71 </index>
72-->
73
74</book>
75<!--
76vim: expandtab tw=80 ts=4
77-->