|
|
|
|
|
by jcalvinowens
1466 days ago
|
|
It's not that hard to run Linux without modules, I've been doing it on my laptop for a decade. Just build the kernel and set the right options, this is for a Dell XPS13: https://github.com/jcalvinowens/misc/blob/main/kbuild/config... It takes a few hours to whittle it down for a particular piece of hardware, but I've never broken anything on Debian by running kernels built with CONFIG_MODULE=n. * Edited for clarity |
|