• starman@programming.dev
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 year ago

      Linux want to be called an operating system but it’s a kernel.

      if only there was a way to combine these two…

    • jsnc
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      1 year ago

      deleted by creator

      • Rikudou_Sage@lemmings.world
        link
        fedilink
        arrow-up
        10
        ·
        1 year ago

        I feel like you misunderstood. Operating system has many functions, one of the most important ones is talking to hardware. GNU cannot do that because that’s the kernel’s job. And the kernel is Linux. So they claim they’re an operating system but can’t do the most fundamental thing an operating system needs to do.

        • jsnc
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          1 year ago

          deleted by creator

          • vrighter@discuss.tchncs.de
            link
            fedilink
            arrow-up
            7
            ·
            1 year ago

            no. gnu does have a kernel. But it’s not linux. it’s called gnu hurd. It is actually about a year older than linux. It isn’t finished, and barely anyone uses it

            • jsnc
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              1 year ago

              deleted by creator

              • vrighter@discuss.tchncs.de
                link
                fedilink
                arrow-up
                5
                ·
                1 year ago

                just, no. linux is simply not a gnu project. at all.

                If it were, we wouldn’t be hearing about them wanting to call it gnu/linux because, in their own words, the os is “gnu with linux added”

                they’d just want to call it gnu.

                a very quick google search could have told you that

        • rambaroo@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Well by that token Linux can’t claim to be an OS either, since as your own comment mentions it only performs one function of an OS. It’s important that it can talk to hardware but it’s not an OS if it can’t do anything else.

          • Rikudou_Sage@lemmings.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            That’s debatable, Linux (the kernel) does much more than communicate with hardware - it manages memory allocations, handles processes etc. GNU is a set of tools. While some tools are needed for the OS to even make sense (without tools it just sits there and does nothing), you could write a simple program used as the init process and nothing else than the program and Linux is needed. Which leads me to believe that the kernel is the OS.