Changeset 1b7c90c2


Ignore:
Timestamp:
03/31/2021 10:41:34 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
9c0c3a0
Parents:
fd48baa
git-author:
Thomas Trepl <thomas@…> (04/07/2019 10:39:02 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:34 AM)
Message:

Add a note about ML kernel config. Fixes #4451.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rfd48baa r1b7c90c2  
    112112Kernel hacking  ---&gt;
    113113       Choose kernel unwinder (Frame pointer unwinder)  ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
     114
    114115    </note>
    115116
     
    141142      <ulink
    142143        url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt"/>.
     144      </para>
     145    </note>
     146
     147    <note arch="ml_32,ml_x32,ml_all">
     148      <para>
     149        Running a multilib system means also that the kernel has to be
     150        configured proper. It is required that the kernel is able to
     151        identify and start binaries compiled for different architectures
     152        than the default. Setup the required parameter in the kernel
     153        config:
     154      </para>
     155<screen>Binary Emulations  ---&gt;
     156    [*] IA32 Emulation
     157    &lt;M&gt;   IA32 a.out support
     158    [*] x32 ABI for 64-bit mode
     159</screen>
     160      <para>Make sure that the option
     161        'IA32 Emulation' is set if you built support for the 32bit ABI.
     162        If you selected the x32 ABI or built support for both, also select
     163        'x32 ABI for 64-bit mode'. The option 'IA32 a.out support' is
     164        optional.
    143165      </para>
    144166    </note>
Note: See TracChangeset for help on using the changeset viewer.