diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-25 18:59:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-25 18:59:37 +0000 |
commit | 14377f4ac060f66ca3f7c55388d148428fa401d3 (patch) | |
tree | 1f9d6253d5a7e058666f33d0da3eefadc552debb /prologue | |
parent | a764ff2e68cd9ca7fb76ceec34cb6e4a1a906446 (diff) |
Update LFS target architectures.
Fix a url in pkgmgfor LFS.
Tweak a debian udev script for LFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/architecture.xml | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/prologue/architecture.xml b/prologue/architecture.xml index 5c7c3162e..7ee2d8d0f 100644 --- a/prologue/architecture.xml +++ b/prologue/architecture.xml @@ -10,13 +10,9 @@ <title>LFS Target Architectures</title> -<para>The primary target architecture of LFS is the 32-bit Intel CPU. If you -have not built an LFS system before, you should probably start with that -target. The 32-bit architecture is the most widely supported Linux system and -is most compatible with both open source and proprietary software.</para> - -<para>On the other hand, the instructions in this book are known to work, with -some modifications, with both Power PC and 64-bit AMD/Intel CPUs. To build a +<para>The primary target architectures of LFS are the AMD/Intel x86 (32-bit) +and x86_64 (64-bit) CPUs. On the other hand, the instructions in this book are +also known to work, with some modifications, with the Power PC CPU. To build a system that utilizes one of these CPUs, the main prerequisite, in addition to those on the next few pages, is an existing Linux system such as an earlier LFS installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution that targets @@ -47,14 +43,15 @@ instructions needed for a straightforward base Linux system. You can refer to the <ulink url="http://trac.cross-lfs.org/">Cross Linux From Scratch</ulink> project for this advanced topic.</para> -<para>There is one last comment about 64-bit systems. There are some packages -that cannot currently be built in a "pure" 64-bit system or require specialized -build instructions. Generally, these packages have some embedded 32-bit -specific assembly language instructions that fail when building on a 64-bit -system. This includes some Xorg drivers from <ulink -url="http://www.linuxfromscratch.org/blfs/view/svn/">Beyond Linux From Scratch -(BLFS)</ulink>. Many of these problems can be worked around, but may require -some specialized procedures or patches.</para> +<para>There is one last comment about 64-bit systems. There are some older +packages that cannot currently be built in a "pure" 64-bit system or require +specialized build instructions. Generally, these packages have some embedded +32-bit specific assembly language instructions that fail when building on a +64-bit system. This includes some Xorg drivers for some legacy video cards at +<ulink url="http://xorg.freedesktop.org/releases/individual/driver/"> +http://xorg.freedesktop.org/releases/individual/driver/</ulink>. Many of these +problems can be worked around, but may require some specialized procedures or +patches.</para> </sect1> |