Changeset 6702623 for prologue


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

Merge trunk, add multilib.xml to prologue

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

Location:
prologue
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • prologue/architecture.xml

    rb3f1ebb3 r6702623  
    6262-->
    6363
    64 <para arch="multilib">You are reading the
    65 <emphasis>LFS-&version;-multilib</emphasis> book. Building a multilib system
    66 requires compiling many applications three times: once for the primary
    67 64-bit architecture; once for the minor 32-bit architecture; and once again for
    68 the 32-bit architecture with 64-bit memory extensions.</para>
    69 
    70 <para arch="multilib">Multilib goes a bit beyond the basic educational approach
    71 of LFS which is to teach you how to build a Linux system. If you haven't
    72 previously built by the standard LFS book, you are encouraged to do so before
    73 attempting this edition.</para>
    74 
    75 <para arch="multilib">Continue only if you meet the following requirements:
    76 <itemizedlist>
    77   <listitem><para>you have a x86_64 compatible machine</para></listitem>
    78   <listitem><para>you already have experience with LFS</para></listitem>
    79   <listitem><para>you have a need for 32-bit support</para></listitem>
    80 </itemizedlist>
    81 </para>
    82 
    8364</sect1>
    8465
  • prologue/preface.xml

    rb3f1ebb3 r6702623  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audience.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="architecture.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
Note: See TracChangeset for help on using the changeset viewer.