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.
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
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.
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.
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.
deleted by creator
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
GNU Hurd technically isn’t the kernel. GNU Mach is.
deleted by creator
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
deleted by creator
so that is linux-libre, not linux. linux still is not a gnu project.
deleted by creator
just curious… which foss search engine do you use?
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.
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.