From a5db5e7ff7de613f43e2c54f41dd320bbb6ae344 Mon Sep 17 00:00:00 2001 From: Archaic Date: Sat, 9 Jul 2005 20:45:17 +0000 Subject: Rewrote the NOTE section on kernel page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index d7ad15b6e..ad999f4ea 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -62,15 +62,6 @@ url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>: situations. See the README file for more information. -When configuring the kernel, be sure to enable the Support -for hot-pluggable devices option under the General Setup -menu. This enables hotplug events that are used by udev to -populate the /dev directory with device -nodes. Likewise, enable the Virtual memory file system support -option under the File systems/Pseudo filesystems -menu. This enables the virtual filesystem that the /dev directory will be mounted on. - If desired, skip kernel configuration by copying the kernel config file, .config, from the host system (assuming it is available) to the unpacked -NPTL requires the kernel to be compiled with GCC 3.x, in -this case &gcc-version;. Compiling with 2.95.x is known to cause failures in -the glibc test suite, so it is not recommended to compile the kernel -with gcc 2.95.x. +NPTL requires the kernel to be compiled with GCC-3.x, in this case +&gcc-version;. Compiling with 2.95.x is known to cause failures in the Glibc +test suite, so it is not recommended to compile the kernel with gcc 2.95.x. +Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x. +Unfortunately, the kernel documentation is outdated and still claims GCC-2.95.3 +is the recommended compiler. Compile the kernel image and modules: -- cgit v1.2.3-54-g00ecf