It’s not really a big deal, but I am currently writing this using a linux kernel I compiled from source, which certainly feels like an accomplishment. The Arch Wiki has made the process fairly easy to follow. I just took the stock Arch Linux configuration without changes for now.

The most important part of this is of course that I have the option to do that, to take the source code of this incredible project and build my own kernel binary.

  • forgotmylastusername@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Fun times. Always keep a fallback kernel installed. Even if you’re not compiling your own.

    I had to learn what chroot is when I borked my own kernel compile and there wasn’t fallback.

    • erwan@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Hey, I did compile my kernel so I’m part of the club!

      But now that I think about it, the last time was 20 years ago and it’s because it was the only way to get my sound card and network card working…

  • melroy@kbin.melroy.org
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Maybe it’s not a big deal… But I still remember the first time I compiled the Linux kernel. It feels good. Well done!!

  • mtchristo@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Can I ask what are your pc specs , and how long did it take? + do you have a degree in computer science or prior knowledge of compiling code?

    • Gobbel2000@feddit.deOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      It took roughly 10-15 minutes on a Ryzen 5800X with 32GB RAM. I have compiled other programs before, but none nearly as large and notable as the kernel. I am in fact very close to getting a computer science degree, but that is in no way required to be able to do this. If you are able to follow the wiki-page I linked, you can do it too.