aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:29:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:29:45 +0000
commitee41fd5577cff6d782049034a8c41ff16be4b3c5 (patch)
treecefbf1862403d26e979b1ee593c50528e37a6cb2 /chapter06
parent0532f60dd7affc9fe9c30e909799da27e55b21a3 (diff)
updated explantion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kernel-exp.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/kernel-exp.xml b/chapter06/kernel-exp.xml
index 6f325f442..cb9352c25 100644
--- a/chapter06/kernel-exp.xml
+++ b/chapter06/kernel-exp.xml
@@ -18,9 +18,11 @@ after untarring.</para>
class="symlink">include/asm</filename> symlink.</para>
<para><userinput>mkdir /usr/include/asm</userinput>
-and <userinput>cp include/asm/* /usr/include/asm</userinput>:
+, <userinput>cp include/asm/* /usr/include/asm</userinput> and
+<userinput>cp include/asm-generic /usr/include</userinput>:
This copies the platform-specific assembler kernel header files to
-<filename>/usr/include/asm</filename></para>
+<filename class="directory">/usr/include/asm</filename> and <filename
+class="directory">/usr/include/asm-generic</filename></para>
<para><userinput>cp -R include/linux /usr/include</userinput>:
This command copies the cross-platform kernel header files to