Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334359
Collapse All | Expand All

(-)xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml (-8 / +16 lines)
Lines 320-341 the configuration and start the compilat Link Here
320
</p>
320
</p>
321
321
322
<pre caption="Compiling the kernel">
322
<pre caption="Compiling the kernel">
323
# <i>make &amp;&amp; make modules_install</i>
323
# <i>make &amp;&amp; make install &amp;&amp; make modules_install</i>
324
</pre>
324
</pre>
325
325
326
<p>
326
<p>
327
When the kernel has finished compiling, copy the kernel image to
327
When the kernel has finished compiling, the kernel image will be available in
328
<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
328
<path>/boot</path>. The <c>make install</c> command will create the following 
329
choice and remember it as you will need it later on when you configure your
329
files:
330
bootloader. Remember to replace <c><keyval id="kernel-name"/></c> with the
331
name and version of your kernel.
332
</p>
330
</p>
333
331
334
<pre caption="Installing the kernel">
332
<pre caption="Kernel files installed in /boot">
335
# <i>cp arch/<keyval id="arch-sub"/>/boot/bzImage /boot/<keyval id="kernel-name"/></i>
333
# <i>ls -l /boot/</i>
334
<i>total 11945</i>
335
<i>t-rw-r--r-- 1 root root   76504 08-02 22:11 config-2.6.35</i>
336
<i>tdrwx------ 2 root root   12288 2008-09-04  lost+found</i>
337
<i>t-rw-r--r-- 1 root root 1627930 08-02 22:11 System.map-2.6.35</i>
338
<i>t-rw-r--r-- 1 root root 2335248 08-02 22:11 vmlinuz-2.6.35</i>
336
</pre>
339
</pre>
337
340
338
<p>
341
<p>
342
Remember the <c>vmlinuz-2.6.35</c> filename as you will need it later when
343
you configure the bootloader.
344
</p>
345
346
<p>
339
Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
347
Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
340
</p>
348
</p>
341
349

Return to bug 334359