Ignore:
Timestamp:
08/23/2020 08:15:14 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7091d59
Parents:
e9a3e8f
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    re9a3e8f ra1ad522  
    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.