Bladeren bron

add platform page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 jaren geleden
bovenliggende
commit
debc30b0de
4 gewijzigde bestanden met toevoegingen van 25 en 0 verwijderingen
  1. 7 0
      chapter01/changelog.xml
  2. 1 0
      chapter02/chapter02.xml
  3. 16 0
      chapter02/platform.xml
  4. 1 0
      index.xml

+ 7 - 0
chapter01/changelog.xml

@@ -4,6 +4,13 @@
 
 <para>&version; - &releasedate;</para>
 
+<itemizedlist>
+
+<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
+Platform? section.</para></listitem>
+
+</itemizedlist>
+
 <para>3.1 - December 3rd, 2001</para>
 
 <itemizedlist>

+ 1 - 0
chapter02/chapter02.xml

@@ -5,6 +5,7 @@
 &c2-aboutlfs;
 &c2-download;
 &c2-install;
+&c2-platform;
 &c2-askforhelp;
 &c2-bootscripts;
 &c2-commands;

+ 16 - 0
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>
+

+ 1 - 0
index.xml

@@ -62,6 +62,7 @@
 <!ENTITY c2-aboutlfs SYSTEM "chapter2/aboutlfs.xml">
 <!ENTITY c2-download SYSTEM "chapter2/download.xml">
 <!ENTITY c2-install SYSTEM "chapter2/install.xml">
+<!ENTITY c2-platform SYSTEM "chapter2/platform.xml">
 <!ENTITY c2-askforhelp SYSTEM "chapter2/askforhelp.xml">
 <!ENTITY c2-bootscripts SYSTEM "chapter2/bootscripts.xml">
 <!ENTITY c2-commands SYSTEM "chapter2/commands.xml">