kernel-manual.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
  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. <mediaobject>
  10. <imageobject>
  11. <imagedata fileref='figures/kernel-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title></title>
  17. <authorgroup>
  18. <author>
  19. <firstname>Bruce</firstname> <surname>Ashfield</surname>
  20. <affiliation>
  21. <orgname>Wind River Corporation</orgname>
  22. </affiliation>
  23. <email>bruce.ashfield@windriver.com</email>
  24. </author>
  25. </authorgroup>
  26. <revhistory>
  27. <revision>
  28. <revnumber>0.9</revnumber>
  29. <date>24 November 2010</date>
  30. <revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark>
  31. </revision>
  32. <revision>
  33. <revnumber>1.0</revnumber>
  34. <date>6 April 2011</date>
  35. <revremark>Released with the Yocto Project 1.0 Release.</revremark>
  36. </revision>
  37. <revision>
  38. <revnumber>1.0.1</revnumber>
  39. <date>23 May 2011</date>
  40. <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
  41. </revision>
  42. <revision>
  43. <revnumber>1.1</revnumber>
  44. <date>6 October 2011</date>
  45. <revremark>Released with the Yocto Project 1.1 Release.</revremark>
  46. </revision>
  47. <revision>
  48. <revnumber>1.2</revnumber>
  49. <date>April 2012</date>
  50. <revremark>Released with the Yocto Project 1.2 Release.</revremark>
  51. </revision>
  52. <revision>
  53. <revnumber>1.2.1</revnumber>
  54. <date>July 2012</date>
  55. <revremark>Released with the Yocto Project 1.2.1 Release.</revremark>
  56. </revision>
  57. <revision>
  58. <revnumber>1.2.2</revnumber>
  59. <date>January 2013</date>
  60. <revremark>Released with the Yocto Project 1.2.2 Release.</revremark>
  61. </revision>
  62. </revhistory>
  63. <copyright>
  64. <year>&COPYRIGHT_YEAR;</year>
  65. <holder>Linux Foundation</holder>
  66. </copyright>
  67. <legalnotice>
  68. <para>
  69. Permission is granted to copy, distribute and/or modify this document under
  70. 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.
  71. </para>
  72. <note>
  73. Due to production processes, there could be differences between the Yocto Project
  74. documentation bundled in the release tarball and
  75. <ulink url='&YOCTO_DOCS_KERNEL_URL;'>
  76. The Yocto Project Kernel Architecture and Use Manual</ulink> on
  77. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
  78. For the latest version of this manual, see the manual on the website.
  79. </note>
  80. </legalnotice>
  81. </bookinfo>
  82. <xi:include href="kernel-doc-intro.xml"/>
  83. <xi:include href="kernel-concepts.xml"/>
  84. <xi:include href="kernel-how-to.xml"/>
  85. <!-- <index id='index'>
  86. <title>Index</title>
  87. </index>
  88. -->
  89. </book>
  90. <!--
  91. vim: expandtab tw=80 ts=4
  92. -->