aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/hostreqs.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 12:04:20 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 12:04:20 +0000
commitef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch)
tree2dfab531417a3727241a1770352ef10adda89493 /chapter05/hostreqs.xml
parent3042296e6f99f7795884e3bf6ca8a8a646488912 (diff)
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/hostreqs.xml')
-rw-r--r--chapter05/hostreqs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/hostreqs.xml b/chapter05/hostreqs.xml
index 8e1280bb7..d970ef56a 100644
--- a/chapter05/hostreqs.xml
+++ b/chapter05/hostreqs.xml
@@ -8,11 +8,11 @@
<?dbhtml filename="hostreqs.html"?>
<para>Due to the experimental nature of the current book, the host must be
-running at <emphasis>least</emphasis> a 2.6.2 kernel compiled with gcc-3.0 or
+running at <emphasis>least</emphasis> a 2.6.2 kernel compiled with GCC-3.0 or
higher. There are two main reasons for the high requirement. Firstly, we make
use of the Native Posix Threading Library (NPTL) whose testsuite will segfault
-if the host's kernel hasn't been compiled with gcc-3.0 or later. Secondly, the
-2.6.2 or later version of the kernel is required for the use of udev. Udev
+if the host's kernel hasn't been compiled with GCC-3.0 or later. Secondly, the
+2.6.2 or later version of the kernel is required for the use of Udev. Udev
creates devices dynamically by reading from the
<systemitem class="filesystem">sysfs</systemitem> file system. Only very
recently has support for this file system been implemented in most of the kernel