Changeset eab5b72
- Timestamp:
- 08/29/2020 07:17:20 AM (4 years ago)
- Branches:
- 10.0, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- de3fb6c
- Parents:
- 4567d8b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/kernel.xml
r4567d8b reab5b72 55 55 un-tarring.</para> 56 56 57 <para>There are several ways to configure the kernel options. Usually, 58 This is done through a menu-driven interface, for example:</para> 59 60 <screen role="nodump"><userinput>make menuconfig</userinput></screen> 61 62 <variablelist> 63 <title>The meaning of optional make environment variables:</title> 64 65 <varlistentry> 66 <term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term> 67 <listitem> 68 <para>This establishes the locale setting to the one used on the 69 host. This may be needed for a proper menuconfig ncurses interface 70 line drawing on a UTF-8 linux text console.</para> 71 72 <para>If used, be sure to replace 73 <replaceable><host_LANG_value></replaceable> by the value of 74 the <envar>$LANG</envar> variable from your host. You can 75 alternatively use instead the host's value of <envar>$LC_ALL</envar> 76 or <envar>$LC_CTYPE</envar>.</para> 77 </listitem> 78 </varlistentry> 79 80 <varlistentry> 81 <term><command>make menuconfig</command></term> 82 <listitem> 83 <para>This launches an ncurses menu-driven interface. For other 84 (graphical) interfaces, type <command>make help</command>.</para> 85 </listitem> 86 </varlistentry> 87 </variablelist> 88 57 89 <!-- Support for compiling a keymap into the kernel is deliberately removed --> 58 90 59 <para>Configure the kernel via a menu-driven interface. For general 60 information on kernel configuration see <ulink 91 <para>For general information on kernel configuration see <ulink 61 92 url="&hints-root;kernel-configuration.txt"/>. BLFS has some information 62 93 regarding particular kernel configuration requirements of packages outside … … 161 192 </variablelist> 162 193 163 <screen role="nodump"><userinput>make menuconfig</userinput></screen>164 165 <variablelist>166 <title>The meaning of optional make environment variables:</title>167 168 <varlistentry>169 <term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term>170 <listitem>171 <para>This establishes the locale setting to the one used on the172 host. This may be needed for a proper menuconfig ncurses interface173 line drawing on a UTF-8 linux text console.</para>174 175 <para>If used, be sure to replace176 <replaceable><host_LANG_value></replaceable> by the value of177 the <envar>$LANG</envar> variable from your host. You can178 alternatively use instead the host's value of <envar>$LC_ALL</envar>179 or <envar>$LC_CTYPE</envar>.</para>180 </listitem>181 </varlistentry>182 183 </variablelist>184 185 194 <para>Alternatively, <command>make oldconfig</command> may be more 186 195 appropriate in some situations. See the <filename>README</filename> -
packages.ent
r4567d8b reab5b72 425 425 <!ENTITY linux-md5 "2656fe1a0942856c8740468d175e39b6"> 426 426 <!ENTITY linux-home "https://www.kernel.org/"> 427 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is427 <!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is 428 428 allnoconfig extended for a hopefully-bootable build on desktop machine, 429 max is all yesconfig which requires openssl -->430 <!ENTITY linux-knl-du " 960 - 4250 MB (typically about 1100 MB)">431 <!ENTITY linux-knl-sbu " 4.4 - 66.0 SBU (typically about 6SBU)">429 max is allmodconfig which requires openssl --> 430 <!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)"> 431 <!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)"> 432 432 433 433 <!ENTITY linux-headers-tmp-du "3.8 GB">
Note:
See TracChangeset
for help on using the changeset viewer.