[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
howtos:general_admin:brief_kernel_build [2023/11/30 20:05 (UTC)] zeebrahowtos:general_admin:brief_kernel_build [2023/12/17 11:25 (UTC)] (current) zeebra
Line 59: Line 59:
 <code>make modules && make modules_install</code> <code>make modules && make modules_install</code>
  
-You don't need to do make modules, only modules_install, I just do out of old habits and precaution. You might want to make headers_install here once in awhile. +You don't need to do make modules (make basically does make "all" target), only modules_install, I just do out of old habits and precaution. Some targets however, do require make modules, like make bzImage. You also might want to make headers_install here once in awhile. 
  
 ===== Install ===== ===== Install =====
Line 74: Line 74:
  
 Then add your custom entry to the bootloader. (If you need some assistance with Grub2 bootloader look here: [[howtos:misc:lilo_to_grub_bios_mbr]]) Then add your custom entry to the bootloader. (If you need some assistance with Grub2 bootloader look here: [[howtos:misc:lilo_to_grub_bios_mbr]])
 +
 +===== Further details =====
 +
 +If you need further information or details regarding Linux kernel builds, there are several more detailed guides available on this page: \\
 +[[slackbook:linux_kernel | Slackbook]] \\
 +[[howtos:slackware_admin:kernelbuilding | Alienbob - detailed]] \\
 +[[howtos:slackware_admin:building_the_linux_kernel_using_git_repository | Git related]] \\
 +[[howtos:slackware_admin:using_slackwares_kernel_build_scripts | Slackware Helper scripts ]] \\
  
 ====== Sources ====== ====== Sources ======
 howtos:general_admin:brief_kernel_build ()