Obviously nobody in their right mind is using BSD for gaming but I do wonder how it would show up

I heard there was a bsd port of steam at some point and some people got the Linux build working on it. I have to assume the Linux build would probably report as Linux unless it has some mechanism to determine operating system besides it being hard coded

Having 1% of my playtime be on BSD seems like a pretty good meme to me

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    6 months ago

    The userland is largely pulled from FreeBSD, so your basic utilities like cp and ls will be based on FreeBSD versions (go ahead and man something). Add to that the kernel is based on the mach kernel, which is based on the BSD kernel, which the FreeBSD kernel is also a descendant of. So there’s basically more shared heritage between macOS and FreeBSD than pretty much any other OS family, including other BSD-derivatives like OpenBSD or NetBSD.

    Also, the main reason macOS is “UNIX” is because they paid a bunch of money to get certified. I’m guessing FreeBSD would also pass if they cared, and some Linux distros probably could as well. But nobody really cares about that branding anymore, so it’s not worth it.

    Darwin is just what Apple calls their kernel, but it came from the mach kernel which itself came from BSD (before the bad times of the early 90s fractured the BSD community with lawsuits).

    Vulkan

    Yeah, that’s my biggest worry. I use an AMD GPU, and I haven’t kept track of the status of AMD on FreeBSD. I know NVIDIA drivers used to be way better than AMD drivers on FreeBSD, but maybe that has changed now that the AMD driver is FOSS.

    I gave up my last FreeBSD server about 5 years ago because I wanted to use Docker, but maybe it’s time to give it another look. At the very least, it’ll be fun to take another look.