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.

  • danielfgom
    link
    fedilink
    English
    182 years ago

    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.

    • @unique_hemp@discuss.tchncs.de
      link
      fedilink
      142 years ago

      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.

      • danielfgom
        link
        fedilink
        English
        12 years ago

        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?

          • danielfgom
            link
            fedilink
            English
            12 years ago

            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

            • @unique_hemp@discuss.tchncs.de
              link
              fedilink
              3
              edit-2
              2 years ago

              As I see it their options are:

              1. 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.

              2. 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.

              3. 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.

              • @zwekihoyy@lemmy.ml
                link
                fedilink
                22 years ago

                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.

              • danielfgom
                link
                fedilink
                English
                22 years ago

                Great reply! Thanks man. Yeah I get your point now. Makes sense m