• dan@upvote.au
      link
      fedilink
      arrow-up
      0
      ·
      5 days ago

      It’s also the only desktop OS that’s actually Unix. MacOS gets official Unix certification with every major release. All other “Unixy” OSes are just “Unix-like”.

      • frezik@midwest.social
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        Meh. It’s a nice bragging right, but that’s all it is at this point. Linux killed off almost all the old Unix vendors for a reason.

      • AllNewTypeFace@leminal.space
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        Parts of it are. The kernel is derived from a Mach microkernel (an experimental kernel in the 80s, which was theoretically supposed to allow different OS personalities to coexist in the same system, sharing resources; macOS’ Darwin/XNU kernel doesn’t implement this capability in full, but you do get the Mach Ports interprocess communication mechanism, and a BSD UNIX personality permanently attached).

        • wildbus8979@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          5 days ago

          Yes, and the FreeBSD kernel is also derived from it, but they both formed out of that. One to form NeXT mach and the other Net, which forked to NetBSD and FreeBSD. But macOS Mach isn’t derived from the FreeBSD fork.