* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / FAQ-OBSOLETE / kernel-modules.xml
blob93b37bee21671a59d72376cba682c86bfda4fb79
1 <qandaentry id="kernel-modules">
2 <question><para>How do I compile a kernel or set up modules?</para></question>
3 <answer><para>In addition to the kernel documentation at
4 <ulink url="file:///usr/src/linux/Documentation">/usr/src/linux/Documentation</ulink>
5 or wherever you unpacked your kernel source
6 and the help in kernel config tool (make menuconfig),
7 see the Module-HOWTO at
8 <ulink url="http://www.tldp.org/HOWTO/Module-HOWTO/"/>,
9 and the Kernel-HOWTO at
10 <ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO/"/>.
11 </para></answer>
12 </qandaentry>