• @jsnc
    link
    English
    9
    edit-2
    10 months ago

    deleted by creator

    • Rikudou_Sage
      link
      fedilink
      1511 months ago

      I mean, GNU wants to be called an operating system but it can’t talk to hardware.

      • @starman@programming.dev
        link
        fedilink
        English
        1211 months 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
        English
        7
        edit-2
        10 months ago

        deleted by creator

        • Rikudou_Sage
          link
          fedilink
          1011 months 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
            English
            3
            edit-2
            10 months ago

            deleted by creator

            • @vrighter@discuss.tchncs.de
              cake
              link
              fedilink
              711 months 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
                English
                1
                edit-2
                10 months ago

                deleted by creator

                • @vrighter@discuss.tchncs.de
                  cake
                  link
                  fedilink
                  511 months 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

                  • @jsnc
                    link
                    English
                    2
                    edit-2
                    10 months ago

                    deleted by creator

          • @rambaroo@lemmy.world
            link
            fedilink
            1
            edit-2
            11 months 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
              link
              fedilink
              English
              111 months 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.