User Tools

Site Tools


linux:kernelcompile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:kernelcompile [2016/06/07 11:27] adminlinux:kernelcompile [2016/06/07 11:30] (current) admin
Line 8: Line 8:
 </code> </code>
  
-a) Normal kernel compilation \\ +b) Normal kernel compilation 
-Why compile a new hardware ? \\+ 
 +**Why compile a new kernel ?** \\
 - New Hardware \\ - New Hardware \\
 - Bug \\ - Bug \\
Line 23: Line 24:
 cp /usr/src/linux/arch/i386/boot/zImage /boot/mykernel cp /usr/src/linux/arch/i386/boot/zImage /boot/mykernel
 make modules_install make modules_install
 +</code>
 +
 +c) Kernel signification in Makefile 2.4.22.1
 +<code bash>
 +Version=2
 +PatchLevel=4
 +Sublevel=22
 +Extraversion=-1
 </code> </code>
linux/kernelcompile.1465291626.txt.gz · Last modified: 2016/06/07 11:27 by admin