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.

  • addie@feddit.uk
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    It’s not the compiling that kernel is hard - ironically, it’s one of the easiest things in the whole ecosystem to compile, got great tooling. It’s breaking down the mental barrier of something that you thought would be hard, but turns out to be completely within your grasp. Great work, keep it up, and never be afraid to keep pushing onwards.

    • Gobbel2000@feddit.deOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Yes, that was my experience as well. And of course there is the added tension that if you mess up somehow your system might become unbootable.