Ignore:
Timestamp:
04/07/2019 10:39:02 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
058c7ef
Parents:
ee1a413
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

    ree1a413 ra23757b  
    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.