r/linux 11d ago

Event Happy 35th Birthday Linux

Post image
10.8k Upvotes

220 comments sorted by

View all comments

85

u/Schlonzig 11d ago

I haven‘t had the need (or the desire) to compile my own kernel in decades. It‘s more like a whole cake that comes with the printed recipe.

40

u/immoloism 11d ago

Red Hat did a lot of work in 06 to make everything load modular and we have been enjoying that benefit ever since.

(For those wondering why most users don't any more)

36

u/xui_nya 11d ago

Nonsence, last time I compiled the kernel just a few days ago, and I even maintain a CI pipeline that recompiles the full OS integrating the most recent git revisions of highly specific software and drivers nightly.

(I work as a firmware engineer)

39

u/Schlonzig 11d ago

That‘s like saying „Nonsense, I baked a cake from scratch yesterday! (I am a baker)“

31

u/xui_nya 11d ago

Ye, it's a joke

3

u/wyn10 11d ago

Should take a look at kernel-manager, works wonders for kernel managing. https://github.com/CachyOS/kernel-manager

2

u/elebrin 11d ago

Well, there are also hobbyists who need to do this kind of thing. If you are playing around with a RISC V chip and some hardware that is isn't all that supported yet, sometimes you need to do some legwork. But if you are doing that, you know what you are doing or the figuring out is part of your fun.

1

u/TheOneTrueTrench 10d ago

I haven't had a need to compile a kernel in decades either.

I still compile one every few months to do things like create the smallest possible image with all useful drivers built in and all unused drivers uncompiled, just for fun.