kernel.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-bootable-kernel" role="wrap">
  8. <?dbhtml filename="kernel.html"?>
  9. <sect1info condition="script">
  10. <productname>kernel</productname>
  11. <productnumber>&linux-version;</productnumber>
  12. <address>&linux-url;</address>
  13. </sect1info>
  14. <title>Linux-&linux-version;</title>
  15. <indexterm zone="ch-bootable-kernel">
  16. <primary sortas="a-Linux">Linux</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Linux package contains the Linux kernel.</para>
  21. <segmentedlist>
  22. <segtitle>&buildtime;</segtitle>
  23. <segtitle>&diskspace;</segtitle>
  24. <seglistitem>
  25. <seg>&linux-knl-sbu;</seg>
  26. <seg>&linux-knl-du;</seg>
  27. </seglistitem>
  28. </segmentedlist>
  29. </sect2>
  30. <sect2 role="installation">
  31. <title>Installation of the kernel</title>
  32. <para>Building the kernel involves a few steps&mdash;configuration,
  33. compilation, and installation. Read the <filename>README</filename> file
  34. in the kernel source tree for alternative methods to the way this book
  35. configures the kernel.</para>
  36. <para>Prepare for compilation by running the following command:</para>
  37. <screen><userinput remap="pre">make mrproper</userinput></screen>
  38. <para>This ensures that the kernel tree is absolutely clean. The
  39. kernel team recommends that this command be issued prior to each
  40. kernel compilation. Do not rely on the source tree being clean after
  41. un-tarring.</para>
  42. <!-- Support for compiling a keymap into the kernel is deliberately removed -->
  43. <para>Configure the kernel via a menu-driven interface. For general
  44. information on kernel configuration see <ulink
  45. url="&hints-root;kernel-configuration.txt"/>. BLFS has some information
  46. regarding particular kernel configuration requirements of packages outside
  47. of LFS at <ulink
  48. url="&blfs-book;longindex.html#kernel-config-index"/>. Additional
  49. information about configuring and building the kernel can be found at
  50. <ulink url="http://www.kroah.com/lkn/"/> </para>
  51. <note>
  52. <para>A good starting place for setting up the kernel configuration is to
  53. run <command>make defconfig</command>. This will set the base
  54. configuration to a good state that takes your current system architecture
  55. into account.</para>
  56. <para>Be sure to enable/disable/set the following features or the system might
  57. not work correctly or boot at all:</para>
  58. <screen role="nodump" revision="sysv">Device Drivers ---&gt;
  59. Generic Driver Options ---&gt;
  60. [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
  61. [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
  62. <screen role="nodump" revision="systemd">General setup -->
  63. [*] Control Group support [CONFIG_CGROUPS]
  64. [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
  65. [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
  66. [*] open by fhandle syscalls [CONFIG_FHANDLE]
  67. [ ] Auditing support [CONFIG_AUDIT]
  68. Processor type and features ---&gt;
  69. [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
  70. Firmware Drivers ---&gt;
  71. [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
  72. Networking support ---&gt;
  73. Networking options ---&gt;
  74. &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
  75. Device Drivers ---&gt;
  76. Generic Driver Options ---&gt;
  77. [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
  78. [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
  79. Firmware Loader ---&gt;
  80. [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
  81. File systems ---&gt;
  82. [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
  83. &lt;*&gt; Kernel automounter support (supports v3, v4, and v5) [CONFIG_AUTOFS_FS]
  84. Pseudo filesystems ---&gt;
  85. [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
  86. [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
  87. </note>
  88. <note revision="systemd">
  89. <para>While "The IPv6 Protocol" is not strictly
  90. required, it is highly recommended by the systemd developers.</para>
  91. </note>
  92. <para revision="sysv">There are several other options that may be desired
  93. depending on the requirements for the system. For a list of options needed
  94. for BLFS packages, see the <ulink
  95. url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS
  96. Index of Kernel Settings</ulink>
  97. (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para>
  98. <note>
  99. <para>If your host hardware is using UEFI, then the 'make defconfig'
  100. above should automatically add in some EFI-related kernel options.</para>
  101. <para>In order to allow your LFS kernel to be booted from within your
  102. host's UEFI boot environment, your kernel must have this option
  103. selected:</para>
  104. <screen role="nodump">Processor type and features ---&gt;
  105. [*] EFI stub support [CONFIG_EFI_STUB]</screen>
  106. <para>A fuller description of managing UEFI environments from within LFS
  107. is covered by the lfs-uefi.txt hint at
  108. <ulink
  109. url="&hints-root;lfs-uefi.txt"/>.
  110. </para>
  111. </note>
  112. <variablelist>
  113. <title>The rationale for the above configuration items:</title>
  114. <varlistentry>
  115. <term><parameter>Support for uevent helper</parameter></term>
  116. <listitem>
  117. <para>Having this option set may interfere with device
  118. management when using Udev/Eudev. </para>
  119. </listitem>
  120. </varlistentry>
  121. <varlistentry>
  122. <term><parameter>Maintain a devtmpfs</parameter></term>
  123. <listitem>
  124. <para>This will create automated device nodes which are populated by the
  125. kernel, even without Udev running. Udev then runs on top of this,
  126. managing permissions and adding symlinks. This configuration
  127. item is required for all users of Udev/Eudev.</para>
  128. </listitem>
  129. </varlistentry>
  130. </variablelist>
  131. <screen role="nodump"><userinput>make menuconfig</userinput></screen>
  132. <variablelist>
  133. <title>The meaning of optional make environment variables:</title>
  134. <varlistentry>
  135. <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
  136. <listitem>
  137. <para>This establishes the locale setting to the one used on the
  138. host. This may be needed for a proper menuconfig ncurses interface
  139. line drawing on a UTF-8 linux text console.</para>
  140. <para>If used, be sure to replace
  141. <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
  142. the <envar>$LANG</envar> variable from your host. You can
  143. alternatively use instead the host's value of <envar>$LC_ALL</envar>
  144. or <envar>$LC_CTYPE</envar>.</para>
  145. </listitem>
  146. </varlistentry>
  147. </variablelist>
  148. <para>Alternatively, <command>make oldconfig</command> may be more
  149. appropriate in some situations. See the <filename>README</filename>
  150. file for more information.</para>
  151. <para>If desired, skip kernel configuration by copying the kernel
  152. config file, <filename>.config</filename>, from the host system
  153. (assuming it is available) to the unpacked <filename
  154. class="directory">linux-&linux-version;</filename> directory. However,
  155. we do not recommend this option. It is often better to explore all the
  156. configuration menus and create the kernel configuration from
  157. scratch.</para>
  158. <para>Compile the kernel image and modules:</para>
  159. <screen><userinput remap="make">make</userinput></screen>
  160. <para>If using kernel modules, module configuration in <filename
  161. class="directory">/etc/modprobe.d</filename> may be required.
  162. Information pertaining to modules and kernel configuration is
  163. located in <xref linkend="ch-config-udev"/> and in the kernel
  164. documentation in the <filename
  165. class="directory">linux-&linux-version;/Documentation</filename> directory.
  166. Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
  167. <para>Unless module support has been disabled in the kernel configuration,
  168. install the modules with:</para>
  169. <screen><userinput remap="install">make modules_install</userinput></screen>
  170. <para>After kernel compilation is complete, additional steps are
  171. required to complete the installation. Some files need to be copied to
  172. the <filename class="directory">/boot</filename> directory.</para>
  173. <caution>
  174. <para>If the host system has a separate /boot partition, the files copied
  175. below should go there. The easiest way to do that is to bind /boot on the
  176. host (outside chroot) to /mnt/lfs/boot before proceeding. As the root
  177. user in the <emphasis>host system</emphasis>:</para>
  178. <screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
  179. </caution>
  180. <para>The path to the kernel image may vary depending on the platform being
  181. used. The filename below can be changed to suit your taste, but the stem of
  182. the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
  183. the automatic setup of the boot process described in the next section. The
  184. following command assumes an x86 architecture:</para>
  185. <screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
  186. <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
  187. <para><filename>System.map</filename> is a symbol file for the kernel.
  188. It maps the function entry points of every function in the kernel API,
  189. as well as the addresses of the kernel data structures for the running
  190. kernel. It is used as a resource when investigating kernel problems.
  191. Issue the following command to install the map file:</para>
  192. <screen><userinput remap="install">cp -iv System.map /boot/System.map-&linux-version;</userinput></screen>
  193. <para>The kernel configuration file <filename>.config</filename>
  194. produced by the <command>make menuconfig</command> step
  195. above contains all the configuration selections for the kernel
  196. that was just compiled. It is a good idea to keep this file for future
  197. reference:</para>
  198. <screen><userinput remap="install">cp -iv .config /boot/config-&linux-version;</userinput></screen>
  199. <para>Install the documentation for the Linux kernel:</para>
  200. <screen><userinput remap="install">install -d /usr/share/doc/linux-&linux-version;
  201. cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
  202. <para>It is important to note that the files in the kernel source
  203. directory are not owned by <emphasis>root</emphasis>. Whenever a
  204. package is unpacked as user <emphasis>root</emphasis> (like we did
  205. inside chroot), the files have the user and group IDs of whatever
  206. they were on the packager's computer. This is usually not a problem
  207. for any other package to be installed because the source tree is
  208. removed after the installation. However, the Linux source tree is
  209. often retained for a long time. Because of this, there is a chance
  210. that whatever user ID the packager used will be assigned to somebody
  211. on the machine. That person would then have write access to the kernel
  212. source.</para>
  213. <note>
  214. <para>In many cases, the configuration of the kernel will need to be
  215. updated for packages that will be installed later in BLFS. Unlike
  216. other packages, it is not necessary to remove the kernel source tree
  217. after the newly built kernel is installed.</para>
  218. <para>If the kernel source tree is going to be retained, run
  219. <command>chown -R 0:0</command> on the <filename
  220. class="directory">linux-&linux-version;</filename> directory to ensure
  221. all files are owned by user <emphasis>root</emphasis>.</para>
  222. </note>
  223. <warning>
  224. <para>Some kernel documentation recommends creating a symlink from
  225. <filename class="symlink">/usr/src/linux</filename> pointing to the kernel
  226. source directory. This is specific to kernels prior to the 2.6 series and
  227. <emphasis>must not</emphasis> be created on an LFS system as it can cause
  228. problems for packages you may wish to build once your base LFS system is
  229. complete.</para>
  230. </warning>
  231. <warning>
  232. <para>The headers in the system's <filename
  233. class="directory">include</filename> directory (<filename
  234. class="directory">/usr/include</filename>) should
  235. <emphasis>always</emphasis> be the ones against which Glibc was compiled,
  236. that is, the sanitised headers installed in <xref
  237. linkend="ch-tools-linux-headers"/>. Therefore, they should
  238. <emphasis>never</emphasis> be replaced by either the raw kernel headers
  239. or any other kernel sanitized headers.</para>
  240. </warning>
  241. </sect2>
  242. <sect2 id="conf-modprobe" role="configuration">
  243. <title>Configuring Linux Module Load Order</title>
  244. <indexterm zone="conf-modprobe">
  245. <primary sortas="e-/etc/modprobe.d/usb.conf">/etc/modprobe.d/usb.conf</primary>
  246. </indexterm>
  247. <para>Most of the time Linux modules are loaded automatically, but
  248. sometimes it needs some specific direction. The program that loads
  249. modules, <command>modprobe</command> or <command>insmod</command>, uses
  250. <filename>/etc/modprobe.d/usb.conf</filename> for this purpose. This file
  251. needs to be created so that if the USB drivers (ehci_hcd, ohci_hcd and
  252. uhci_hcd) have been built as modules, they will be loaded in the correct
  253. order; ehci_hcd needs to be loaded prior to ohci_hcd and uhci_hcd in order
  254. to avoid a warning being output at boot time.</para>
  255. <para>Create a new file <filename>/etc/modprobe.d/usb.conf</filename> by running
  256. the following:</para>
  257. <screen><userinput>install -v -m755 -d /etc/modprobe.d
  258. cat &gt; /etc/modprobe.d/usb.conf &lt;&lt; "EOF"
  259. <literal># Begin /etc/modprobe.d/usb.conf
  260. install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true
  261. install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true
  262. # End /etc/modprobe.d/usb.conf</literal>
  263. EOF</userinput></screen>
  264. </sect2>
  265. <sect2 id="contents-kernel" role="content">
  266. <title>Contents of Linux</title>
  267. <segmentedlist>
  268. <segtitle>Installed files</segtitle>
  269. <segtitle>Installed directories</segtitle>
  270. <seglistitem>
  271. <seg>config-&linux-version;,
  272. <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
  273. <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
  274. and System.map-&linux-version;</seg>
  275. <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
  276. </seglistitem>
  277. </segmentedlist>
  278. <variablelist>
  279. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  280. <?dbfo list-presentation="list"?>
  281. <?dbhtml list-presentation="table"?>
  282. <varlistentry id="config">
  283. <term><filename>config-&linux-version;</filename></term>
  284. <listitem>
  285. <para>Contains all the configuration selections for the kernel</para>
  286. <indexterm zone="ch-bootable-kernel config">
  287. <primary sortas="e-/boot/config">/boot/config-&linux-version;</primary>
  288. </indexterm>
  289. </listitem>
  290. </varlistentry>
  291. <varlistentry id="lfskernel">
  292. <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
  293. <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term>
  294. <listitem>
  295. <para>The engine of the Linux system. When turning on the computer,
  296. the kernel is the first part of the operating system that gets loaded.
  297. It detects and initializes all components of the computer's hardware,
  298. then makes these components available as a tree of files to the
  299. software and turns a single CPU into a multitasking machine capable
  300. of running scores of programs seemingly at the same time</para>
  301. <indexterm zone="ch-bootable-kernel lfskernel">
  302. <primary sortas="b-lfskernel">lfskernel-&linux-version;</primary>
  303. </indexterm>
  304. </listitem>
  305. </varlistentry>
  306. <varlistentry id="System.map">
  307. <term><filename>System.map-&linux-version;</filename></term>
  308. <listitem>
  309. <para>A list of addresses and symbols; it maps the entry points and
  310. addresses of all the functions and data structures in the
  311. kernel</para>
  312. <indexterm zone="ch-bootable-kernel System.map">
  313. <primary sortas="e-/boot/System.map">/boot/System.map-&linux-version;</primary>
  314. </indexterm>
  315. </listitem>
  316. </varlistentry>
  317. </variablelist>
  318. </sect2>
  319. </sect1>