diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 87d533864..5f1f69d8d 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -74,6 +74,11 @@ interest to you.</para> <screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc modules_install</userinput></screen> +<para>If you have a lot of modules and very little space, you may want to +consider stripping and compressing the modules. For most people such compression +isn't worth the trouble, but if you're really pressed for space, then have a look at +<ulink url="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para> + <para>As nothing is complete without documentation, build the manual pages that come with the kernel:</para> |