Sept. 29, 2024
4:24 p.m.
On Sat, Sep 28, 2024 at 7:33 PM Manuel Quintero F <manuel@uas.edu.mx> wrote: Thanks for the tip!
Hi Manuel, once you get the kernel working the way you want you may want to explore 'make localmodconfig' This is particularly useful when you: - Want to reduce the kernel size by stripping out unused modules and drivers. - Need a kernel tailored for specific hardware. - Are recompiling a kernel for embedded systems or custom environments. '