Apart from being open source what is Linux? Could I not create my own operating system that is different to windows or Macos and call it Steve, again there might be an awnser for this and sounds stupid but its more out of curiosity.
Linux is technically just the kernel, which is essentially device drivers. The rest of the OS that talks to the kemel and runs the UI and services is other software, most of which is from the GNU Project of Richard Stallman.
It would be a mammoth task to create another OS but there’s no legal reason why you couldn’t as long as you don’t copy verbatim from other OS’s
Also, Linux/GNU Linux is alot more than just open source. It’s core foundation is Freedom: the freedom of the human being to have the code, read it, use it, modify it and share it. As long as you give back to the original source any improvements you make.
This freedom is what sets it apart from all other OS’, even other open source one’s.
The open source licences of Linux and the BSDs allow verbatim copying. That’s kind of the point of OSS.
In fact, Mac OS is a verbatim copy of a BSD.
But in pretty sure you can just verbatim copy, call it LinusOS and distribute it as such? Don’t you have to make some improvements and changes if you rename it as another OS?
The name Linux is trademarked, so you cannot use it without permission, yes: https://www.linuxfoundation.org/legal/trademark-usage
But other than renaming it for trademark reasons, there are no real requirements for making improvements or whatever.
Really? Wow. I’m surprised that an OEM hasn’t done that and then renamed it to their own OS to compete with the likes of Apple and Windows or at least Chromebook. Eg Lenovo, HP etc
As I see it their options are:
-
Copy it without meaningfully changing anything, i.e. just redistributing Debian or Ubuntu with some logos and desktop backgrounds - there is no reason to install this on your own and no one will care. This is effectively the same thing as customized Windows installs that they ship.
-
Creating a custom Linux distribution. This is feasible and has already been done (System76 created Pop_OS! based on Ubuntu; Android and ChomeOS are essentially new Linux distributions built from the ground up, taking only the kernel and ignoring the existing ecosystem), but requires serious maintenance work to be any good and offer real advantages over existing distros.
-
Forking a kernel like Apple did. This has fairly limited purpose from the perspective of laptop and workstation OEMs that use regular off-the-shelf parts. This is usually done to provide support for custom hardware (Apple) or for proprietary software that requires deep integration with the kernel (VMware).
No one will think of option 1 as a serious competitor in the OS market, option 2 requires a ton of work and motivation, and option 3 is useless for these OEMs. Software just isn’t their business and a cheap copy offers no real advantages over shipping an existing thing.
this doesn’t really matter, I just find it interesting but Android was initially based on Gentoo, not entirely from the ground up. unsure about ChromeOS, I’m sure they did a lot more leg work having more financial backing at this point.
Great reply! Thanks man. Yeah I get your point now. Makes sense m
Late to the party, but I remembered this talk about maintaining a FreeBSD fork. If you want to get a more detailed description of what maintaining a customized OS entails, I encourage you to watch it: https://youtu.be/xddAX6L3iWc
-