• @Fuzzypyro
    link
    227 days ago

    Funny because (at least last I checked) The cars use linux.

    • @[email protected]
      link
      fedilink
      1
      edit-2
      27 days ago

      Well so does Apple. Well, BSD, really, of which Mac OS is a heavily modified version. But who gives a shit as it’s lacking the most important part of BSD - the license. We’d rather praise Microsoft for open-sourcing stuff instead.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        26 days ago

        You can’t bring up BSD and not finish the pedantic history of macOS. Leave it at “macOS is a UNIX” or get into the weeds.

        macOS userland (i.e. terminal commands) is mostly FreeBSD with some stuff from other BSDs. However, the kernel is a separate project entirely and comes from NEXT (Steve Jobs’ project when he briefly left Apple), which was based on the Mach microkernel. Both FreeBSD and Linux use monolithic kernels, and there’s pretty much no shared heritage there with macOS. Also, macOS uses its own init (launchd), filesystems (HFS+), etc, and doesn’t support the standard stuff in BSD (e.g. FreeBSD init, UFS, ZFS) or the standard stuff in Linux (e.g. sysvinit, systemd, ext4, etc).

        The overlap between macOS and Linux is essentially zero other than some shared UNIX idioms and a few packages like bash. The overlap between macOS and FreeBSD is the userland, which most people don’t interact with unless they’re terminal nerds like me. The overlap is just the macOS borrowed a lot of open source stuff, it’s not really based on FreeBSD at all.