diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-03 20:54:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-03 20:54:10 +0000 |
commit | debc30b0de000a9fdbf8acaedd93376c4144f5c3 (patch) | |
tree | a3cef98fc41c270408cc808ef43a89ccfa4c779a /chapter02/platform.xml | |
parent | e4ebaa15312cf4a9059d48a0ebd675ac6f002ea3 (diff) |
add platform page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/platform.xml')
-rw-r--r-- | chapter02/platform.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter02/platform.xml b/chapter02/platform.xml new file mode 100644 index 000000000..d82910247 --- /dev/null +++ b/chapter02/platform.xml @@ -0,0 +1,16 @@ +<sect1 id="ch02-platform" xreflabel="Chapter 2 - Platform"> +<title>Which Platform?</title> +<?dbhtml filename="platform.html" dir="chapter02"?> + +<para>LFS intends to be as far as possible platform independent. Having +said that, the main LFS development work occurs on the x86 platform. We +attempt to include information where possible on differences for other +platforms such as PPC. If you come across a problem compiling which is +not related to the x86 platform, still feel free to ask for help on the +mailing lists. Even better, if you come up with a solution to a +particular problem related to one of the other platforms, please let us +know at the lfs-dev mailing list. We will then (subject to confirming +it works) include that in the book.</para> + +</sect1> + |