Changeset 8b37712
- Timestamp:
- 02/26/2022 04:01:39 PM (21 months ago)
- Branches:
- xry111/clfs-ng
- Children:
- 3963a56
- Parents:
- 56f1739
- git-author:
- Xi Ruoyao <xry111@…> (02/22/2022 11:10:52 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (02/26/2022 04:01:39 PM)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter02/hostreqs.xml
r56f1739 r8b37712 33 33 greater than &binutils-version; are not recommended as they have 34 34 not been tested)</para> 35 </listitem> 36 37 <listitem> 38 <!-- needed to cross build the kernel in chapter 6 --> 39 <para><emphasis role="strong">Bc-1.07.0</emphasis></para> 35 40 </listitem> 36 41 … … 140 145 unset MYSH 141 146 147 bc --version | head -n1 142 148 echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3- 143 149 bison --version | head -n1 -
chapter06/kernel.xml
r56f1739 r8b37712 169 169 170 170 <varlistentry> 171 <term> Enable <parameter>CONFIG_EXT2</parameter>,172 <parameter>CONFIG_EXT4</parameter>,173 and <parameter>CONFIG_VFAT_FS</parameter></term>171 <term>Set <parameter>CONFIG_EXT2=y</parameter>, 172 <parameter>CONFIG_EXT4=y</parameter>, 173 and <parameter>CONFIG_VFAT_FS=y</parameter></term> 174 174 <listitem> 175 175 <para>They are needed to access the filesystems we'll make for the … … 177 177 </listitem> 178 178 </varlistentry> 179 180 <varlistentry> 181 <term>Set <parameter>CONFIG_MODULE_SIG=n</parameter>, 182 <parameter>CONFIG_SECURITY=n</parameter>, 183 and <parameter>CONFIG_STACK_VALIDATION=n</parameter></term> 184 <listitem> 185 <para>They are unneeded for the temporary kernel, and they need 186 additional dependencies which may be unavailable on the host 187 distro. You can enable them building the kernel for the final LFS 188 system in Chapter 10 if you need these features.</para> 189 </listitem> 190 </varlistentry> 179 191 </variablelist> 180 192
Note:
See TracChangeset
for help on using the changeset viewer.