• rmuk@feddit.ukEnglish
    21611·
    1 year ago

    Man, wait until these people hear about the filesystem and kernel.

      • psud@lemmy.world
        14·
        1 year ago

        The Linux kernel (the part that gives Linux the name) is antithetical to Linux philosophy? I could understand it being contrary to GNU philosophy

      • radiant_bloom@lemm.ee
        4·
        1 year ago

        Does it ? I thought it was never completed !

        On the other hand, if you want a microkernel that does exist, there’s Mach. But I don’t think you can replace Linux with it 😆

        • psud@lemmy.world
          4·
          1 year ago

          Yeah, there’s a Debian implementation of GNU/hurd. Debian recommend you run it in a VM

          • rmuk@feddit.ukEnglish
            4·
            1 year ago

            I won’t bother. Sounds like hurd work.

    • qjkxbmwvz@startrek.website
      211·
      1 year ago

      In some ways I think the filesystem is philosophically the exact opposite of systemd — I can boot my system with an ext4 root, with a btrfs /home…or vice versa. Or add some ZFS, or whatever. The filesystem is (with the exception of some special backup schemes) largely independent of the rest of the system, despite being of core importance.

      On the other hand, I can’t change my init system (i.e., systemd) without serious, serious work.