source: prologue/architecture.xml@ 460f575

arm
Last change on this file since 460f575 was 460f575, checked in by William Harrington <kb0iic@…>, 2 years ago

Initial LFS-ARM book.

  • Property mode set to 100644
File size: 927 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="pre-architecture">
9 <?dbhtml filename="architecture.html"?>
10
11 <title>LFS Target Architectures</title>
12
13<para>The primary target architectures of LFS-ARM are the ARM and ARM64 CPUs.
14For other ARCHs refer to the main LFS book or CLFS as a historical reference.
15To build a system that utilizes one of these CPUs, the main prerequisite, in
16addition to those on the next page, is an existing Linux system such as an
17earlier LFS installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution
18that targets the architecture that you have. Also note that a 32-bit
19distribution can be installed and used as a host system on a 64-bit ARM
20unoptimized computer.</para>
21
22</sect1>
Note: See TracBrowser for help on using the repository browser.