diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-19 22:21:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-19 22:21:37 +0000 |
commit | e043985d033951f499e41c9a6fbfa98e84ac027f (patch) | |
tree | e73e5ed82c5335fad12ab5a6975a6ff375821df0 /prologue/architecture.xml | |
parent | b83d43e5514b42808bbe327a6ad07ddac5f65f21 (diff) |
Spelling and other general cleanup.
Use better method for installing kmod man pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/architecture.xml')
-rw-r--r-- | prologue/architecture.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/prologue/architecture.xml b/prologue/architecture.xml index 45e1fbdb1..af08bc054 100644 --- a/prologue/architecture.xml +++ b/prologue/architecture.xml @@ -12,12 +12,13 @@ <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 -the architecture that you have. Also note that a 32-bit distribution can be -installed and used as a host system on a 64-bit AMD/Intel computer.</para> +also known to work, with some modifications, with the Power PC and ARM CPUs. 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 the architecture that you have. Also note that a 32-bit +distribution can be installed and used as a host system on a 64-bit AMD/Intel +computer.</para> <para>Some other facts about 64-bit systems need to be added here. When compared to a 32-bit system, the sizes of executable programs are slightly |