Browse Source

Added a note to the Host System Requirements that the
Linux host must be a 32-bit system and that the book only supports
a 32-bit build.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 17 năm trước cách đây
mục cha
commit
56ca3a5fa6
2 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 5 0
      chapter01/changelog.xml
  2. 11 0
      prologue/hostreqs.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2008-10-19</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added a note to the Host System Requirements that the
+          Linux host must be a 32-bit system and that the book only supports 
+          a 32-bit build.</para>
+        </listitem>
         <listitem>
           <para>[randy] - Updated the book to use 4.13a as the Texinfo version,
           even though the tarball is exactly the same as the previous 4.13

+ 11 - 0
prologue/hostreqs.xml

@@ -99,6 +99,17 @@
       then you can compile a 2.6 kernel yourself. Instructions for compiling the
       kernel and configuring the boot loader (assuming the host uses GRUB) are
       located in <xref linkend="chapter-bootable"/>.</para>
+
+      <note>
+        <para>This version of the book builds a 32-bit Linux system and
+        requires an existing 32-bit version of of the kernel on the Intel/AMD
+        x86 architecture.  Adding capabilty for x86_64 systems is a major
+        objective of a future version of LFS.  Support for 64-bit systems and
+        additional architectures can be found in the Cross-Compiled Linux From
+        Scratch (CLFS) project at <ulink url="http://cross-lfs.org/view/svn/"/>.
+        </para>
+      </note>
+
     </listitem>
 
     <listitem>