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:26] 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 + 
-- New Hardware +**Why compile a new kernel ?** \\ 
-- Bug +- New Hardware \\ 
-- New software +- Bug \\ 
-- You want to do it+- New software \\ 
 +- You want to do it \\
  
 <code bash> <code bash>
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.1465291606.txt.gz · Last modified: 2016/06/07 11:26 by admin