aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/kernel-inst.xml1
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0d19dbf67..6ec9ffbcb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -49,11 +49,17 @@
</itemizedlist>
</para></listitem>
+<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
+command <userinput>cp include/asm-generic /usr/include</userinput>. There
+are programs which use the files in there, as well as headers in the
+<filename class="directory">asm</filename> directory may be split up in the
+future, and put in the
+<filename class="directory">asm-generic</filename>.</para></listitem>
+
<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
missing program description of msgcat.</para></listitem>
-<listitem><para>August 4th, 2002 [timothy]: Added
-zlib-1.1.4.</para></listitem>
+<listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml
index 340335526..ceee8cf51 100644
--- a/chapter06/kernel-inst.xml
+++ b/chapter06/kernel-inst.xml
@@ -16,6 +16,7 @@ make include/linux/version.h &amp;&amp;
make symlinks &amp;&amp;
mkdir /usr/include/asm &amp;&amp;
cp include/asm/* /usr/include/asm &amp;&amp;
+cp -R include/asm-generic /usr/include &amp;&amp;
cp -R include/linux /usr/include &amp;&amp;
touch /usr/include/linux/autoconf.h &amp;&amp;
rm /bin/pwd</userinput></screen></para>