Changeset d7e0db5 for chapter10


Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ee1eb70
Parents:
4ea78e0
git-author:
Thomas Trepl <thomas@…> (08/23/2020 08:15:14 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter10
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    r4ea78e0 rd7e0db5  
    4141      <para>
    4242        To boot LFS on host systems that have UEFI enabled, the kernel needs to
    43         have been built with the CONFIG_EFI_STUB capabality described in the
     43        have been built with the CONFIG_EFI_STUB capability described in the
    4444        previous section.  However, LFS can be booted using GRUB2 without such
    4545        an addition. To do this, the UEFI Mode and Secure Boot capabilities in
  • chapter10/kernel.xml

    r4ea78e0 rd7e0db5  
    140140    <note arch="ml_32,ml_x32,ml_all">
    141141      <para>
    142         Running a multilib system means also that the kernel has to be
    143         configured proper. It is required that the kernel is able to
     142        The kernel on a multilib system needs to be able to
    144143        identify and start binaries compiled for different architectures
    145         than the default. Setup the required parameter in the kernel
    146         config:
     144        than the default.
    147145      </para>
    148 <screen>Binary Emulations  ---&gt;
     146
     147      <para arch="ml_32,ml_all">
     148        If support for any 32bit ABI was built, make sure that the option
     149        "IA32 Emulation" is selected. The option 'IA32 a.out support' is
     150        optional.
     151      </para>
     152
     153      <para arch="ml_x32,ml_all">
     154        If support for the x32bit ABI was built, make sure that the option
     155        "x32 ABI for 64-bit mode" is selected.
     156      </para>
     157
     158<screen arch="ml_32">Binary Emulations  ---&gt;
     159    [*] IA32 Emulation
     160    &lt;M&gt;   IA32 a.out support
     161</screen>
     162<screen arch="ml_x32">Binary Emulations  ---&gt;
     163    [*] x32 ABI for 64-bit mode
     164</screen>
     165<screen arch="ml_all">Binary Emulations  ---&gt;
    149166    [*] IA32 Emulation
    150167    &lt;M&gt;   IA32 a.out support
    151168    [*] x32 ABI for 64-bit mode
    152169</screen>
    153       <para>Make sure that the option
    154         'IA32 Emulation' is set if you built support for the 32bit ABI.
    155         If you selected the x32 ABI or built support for both, also select
    156         'x32 ABI for 64-bit mode'. The option 'IA32 a.out support' is
    157         optional.
    158       </para>
     170
    159171    </note>
    160 
     172   
    161173    <variablelist>
    162174      <title>The rationale for the above configuration items:</title>
Note: See TracChangeset for help on using the changeset viewer.