[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-boot-kernel" role="wrap">
|
---|
| 9 | <?dbhtml filename="kernel.html"?>
|
---|
| 10 |
|
---|
[055aa17] | 11 | <title>Linux-&linux-version;</title>
|
---|
[3f8be484] | 12 |
|
---|
| 13 | <indexterm zone="ch-boot-kernel">
|
---|
| 14 | <primary sortas="a-Linux">Linux</primary>
|
---|
| 15 | <secondary>boot</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[93adf44a] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../bootable/x86/kernel.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of the kernel</title>
|
---|
| 24 |
|
---|
| 25 | <warning os="aa">
|
---|
[6bb43b3] | 26 | <para>Here a temporary cross-compiled kernel will be built. When
|
---|
[6d4c909] | 27 | configuring it, select the minimal amount of options required to
|
---|
| 28 | boot the target machine and build the final system. I.e., no support
|
---|
[3f8be484] | 29 | for sound, printers, etc. will be needed.</para>
|
---|
| 30 |
|
---|
| 31 | <para>Also, try to avoid the use of modules if possible, and don't
|
---|
| 32 | use the resulting kernel image for production systems.</para>
|
---|
| 33 | </warning>
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 36 | href="../../bootable/x86/kernel.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 38 |
|
---|
| 39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 40 | href="../../bootable/x86/kernel.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 44 | href="../../bootable/x86/kernel.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 46 |
|
---|
| 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../../bootable/x86/kernel.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 50 |
|
---|
[6bb43b3] | 51 | <para os="ab">If your keyboard isn't an US one, you may want to build
|
---|
[3f8be484] | 52 | the proper keymap for your keyboard layout inside the kernel. Do it by
|
---|
| 53 | running the following command:</para>
|
---|
| 54 |
|
---|
| 55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 56 | href="../../bootable/x86/kernel.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 58 |
|
---|
| 59 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 60 | href="../../bootable/x86/kernel.xml"
|
---|
| 61 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 62 |
|
---|
| 63 | <para os="ae">Configure the kernel via a menu-driven interface:</para>
|
---|
| 64 |
|
---|
[07114c98] | 65 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
|
---|
[3f8be484] | 66 |
|
---|
| 67 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 68 | href="../../bootable/x86/kernel.xml"
|
---|
| 69 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 70 |
|
---|
[07114c98] | 71 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
|
---|
[3f8be484] | 72 |
|
---|
| 73 | <para os="af">If the use of kernel modules can't be avoided, an
|
---|
[91ad4a4] | 74 | <filename>/etc/modprobe.conf</filename> file may be needed.
|
---|
[3f8be484] | 75 | Information pertaining to modules and kernel configuration is
|
---|
| 76 | located in the kernel documentation in the <filename
|
---|
| 77 | class="directory">Documentation</filename> directory of the kernel
|
---|
| 78 | sources tree. The <filename>modprobe.conf</filename> man page may also
|
---|
| 79 | be of interest.</para>
|
---|
| 80 |
|
---|
| 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 82 | href="../../bootable/x86/kernel.xml"
|
---|
| 83 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
| 84 |
|
---|
| 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 86 | href="../../bootable/x86/kernel.xml"
|
---|
| 87 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 88 |
|
---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 90 | href="../../bootable/x86/kernel.xml"
|
---|
| 91 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 92 |
|
---|
[07114c98] | 93 | <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
|
---|
[3f76cac] | 94 | INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
|
---|
[3f8be484] | 95 |
|
---|
[1322a63] | 96 | <para os="u">After kernel compilation is complete, additional steps are
|
---|
| 97 | required to complete the installation. Some files need to be copied to
|
---|
[3f76cac] | 98 | the <filename class="directory">${CLFS}/boot</filename> directory.</para>
|
---|
[3f8be484] | 99 |
|
---|
| 100 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 101 | href="../../bootable/x86/kernel.xml"
|
---|
| 102 | xpointer="xpointer(//*[@os='v'])"/>
|
---|
| 103 |
|
---|
[3f76cac] | 104 | <screen><userinput>cp -v arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
|
---|
[3f8be484] | 105 |
|
---|
[83ff67c] | 106 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 107 | href="../../bootable/x86/kernel.xml"
|
---|
| 108 | xpointer="xpointer(//*[@os='w'])"/>
|
---|
| 109 |
|
---|
[3f76cac] | 110 | <screen os="w1"><userinput>cp -v System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen>
|
---|
[83ff67c] | 111 |
|
---|
[3f8be484] | 112 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 113 | href="../../bootable/x86/kernel.xml"
|
---|
| 114 | xpointer="xpointer(//*[@os='x'])"/>
|
---|
| 115 |
|
---|
[3f76cac] | 116 | <screen os="x1"><userinput>cp -v .config ${CLFS}/boot/config-&linux-version;</userinput></screen>
|
---|
[3f8be484] | 117 |
|
---|
| 118 | </sect2>
|
---|
| 119 |
|
---|
| 120 | <sect2 role="content">
|
---|
| 121 | <title/>
|
---|
| 122 |
|
---|
| 123 | <para>Details on this package are located in <xref
|
---|
| 124 | linkend="contents-kernel" role="."/></para>
|
---|
| 125 |
|
---|
| 126 | </sect2>
|
---|
| 127 |
|
---|
| 128 | </sect1>
|
---|