Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

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:kernelbuilding [2011/04/11 17:48] – Updated for Slackware 13.37. alienlinux:kernelbuilding [2012/08/20 00:23] (current) – [Translations] New URL. alien
Line 85: Line 85:
 </code> </code>
  
-With 2.6.x kernels, running "''make''" or "''make all''" instead of "''make bzImage modules''" should be sufficient. This will build the default targets, being //vmlinuz// (the uncompressed kernel), //bzImage// (the compressed kernel which we will be using) and //modules// (all of the kernel modules). Since we do not need the uncompressed kernel I usually stick to the "''make bzImage modules''" command. \\ If you want to know more about the available //make// targets, you can run "''make help''" and examine the output. The default build targets are marked by an asterisk (*).+With 2.6.x kernels, running "''make''" or "''make all''" instead of "''make bzImage modules''" should be sufficient. This will build the default targets, being //vmlinux// (the uncompressed kernel), //bzImage// (the compressed kernel which we will be using) and //modules// (all of the kernel modules). Since we do not need the uncompressed kernel I usually stick to the "''make bzImage modules''" command. \\ If you want to know more about the available //make// targets, you can run "''make help''" and examine the output. The default build targets are marked by an asterisk (*).
  
 ==== Modifying lilo.conf ==== ==== Modifying lilo.conf ====
Line 249: Line 249:
 ===== Translations ===== ===== Translations =====
  
-  * This article has been translated into Spanish by Jorge: [[http://coredump.cl/content/construir-un-kernel | http://coredump.cl/content/construir-un-kernel]]+  * This article has been translated into Spanish by Jorge Courbis: [[http://coredump.cl/wiki/doku.php?id=compilaci%C3%B3n_de_kernel | http://coredump.cl/wiki/doku.php?id=compilaci%C3%B3n_de_kernel]]
  
 Building a Linux Kernel from source ()
SlackDocs