Where do I purchace an unlock code to build a custom kernel?
Ian Lepore
freebsd at damnhippie.dyndns.org
Sun Nov 25 19:30:23 UTC 2012
On Sun, 2012-11-25 at 11:19 -0800, Jakub Lach wrote:
> That's good idea, albeit you are missing two points:
>
> - GENERIC is expected too be able to boot almost all hardware (is this
> correct approach?)
>
> - almost no one really needs custom stripped kernel, most people
> (e.g. me) do it for fun. There is a reason only GENERIC is supported
> in OpenBSD, mind. Those who want custom kernel one way or another
> should just write full config themselves.
>
> $ wc -l /usr/src/sys/amd64/conf/STRIPPED
> 83 /usr/src/sys/amd64/conf/STRIPPED
On x86 platforms for most users, I'd agree that customized kernels are
more geekware than necessity. For business use (when you're creating a
system to sell to others, whether it's small/embedded or a large
dedicated purpose server) the customizations make more sense.
On the other hardware (arm, mips, powerpc, etc) I think the modular
approach makes more sense. There are certain things that are required
for every arm kernel. There are other things that change based on major
architecture (armv4 vs. armv6 for example; the same sorts of
distinctions as i386 vs amd64). There are also things that are very
specific to the chip or system-on-a-chip the kernel is for.
-- Ian
More information about the freebsd-stable
mailing list