[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
Last revisionBoth sides next revision
howtos:general_admin:brief_kernel_build [2023/11/30 20:05 (UTC)] zeebrahowtos:general_admin:brief_kernel_build [2023/12/01 05:43 (UTC)] – [Modules] 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 =====
 howtos:general_admin:brief_kernel_build ()