FreeBSD Kernel Modules Pkg(8) Repositories

23 todsacerdoti 3 6/22/2025, 8:19:39 PM vermaden.wordpress.com ↗

Comments (3)

ggm-at-algebras · 1h ago
Never played with kernel mods via packages but very tempted to start.

I have hopes of a path to a radically smaller kernel and loadables for the things not integrated by default. The end would be a path to a kernel Makefile specifying the minimum set, so a path from loadable to static, but with smaller state than generic and smaller critical dependency size.

vermaden · 1h ago
I believe you already played with /usr/src/sys/amd64/conf/MINIMAL kernel?
yjftsjthsd-h · 2h ago
Oh good, it does tie to the actual installed minor version. For a moment, I worried we would hit a situation where it would break the other way, with pkg immediately trying to install modules for the next minor version before it was installed.