Revision as of 23:32, 9 November 2024 by Khrozma (talk | contribs) (Created page with "Kernel Modules are pieces of code that can be loaded directly into the Kernel at runtime to extend functionality. The Kernel itself can usually determine what modules it may need to properly run, but they can also be manually added, or removed by the user themselves. Typically, The Linux Kernel ships with every modules built in by default, but this may vary depending on your Distribution, As such, there are some distributions that only provide modules your system needs...")
Kernel Modules are pieces of code that can be loaded directly into the Kernel at runtime to extend functionality. The Kernel itself can usually determine what modules it may need to properly run, but they can also be manually added, or removed by the user themselves.
Typically, The Linux Kernel ships with every modules built in by default, but this may vary depending on your Distribution, As such, there are some distributions that only provide modules your system needs rather than shipping ALL modules by default, This may help with performance on some systems (Typically Older ones benefit the most) at the cost of new devices potentially not working when added.