To view parent comment, click here.
To read all comments associated with this story, please click here.
Thanks to all for the information. The "crowded" qualification was due to ignorance on my end and hasty judgment I must confess. In fact, in the light of foldingstock's comment, the differences are more fundamental compared to Linux distributions yet there are less "variants"/"flavors"...
Is there binary compatibility? Between DragonflyBSD and FreeBSD for instance? Or some sort of "acceptance" in the sense of one system accepting packages built for an ancestor?
I guess these four flavors are desktop OSes? Is the user base significant? At what level should BSD as a whole be placed? The same as Linux? or somewhere between Linux and the likes of AROS, MorphOS, Haiku, etc.?
DragonFly and FreeBSD do not have binary compatibility with one another. That said, DragonFly has preserved ABI compatibility since it forked from FreeBSD, so in theory FreeBSD 4.x binaries should run on DragonFly. To my knowledge nobody has tested this in recent history (years). I cannot speak with authority on the compatibility of NetBSD and OpenBSD, but I would guess that binary compatibility does not exist. Different threading implementations makes this problematic.
What all of the BSD's do have, however, is a Linux binary compatibility layer. This isn't an emulation layer, per-se, it is a separate system call vector. Basically this means that the BSD kernels support multiple "sets" of system calls, one set supports native programs, another supports Linux programs. There is/has been some support for other systems too, such as SVR4. This binary compatibility is complete enough to run Linux versions of Flash, Java and OpenOffice to name a few.
While there isn't cross-BSD binary compatibility, generally software ports quite easily between the different BSD's, because of their common ancestry. DragonFly, for example, uses NetBSD's pkgsrc system and a large proportion of the software within that system compiled from the outset, without any additional patches.
No, there's no binary compat between the BSDs. They are all separate OSes, with separate ABIs/APIs/etc. Just like you can't (normally) run a RHEL 4.x binary on a Debian 5.x system, you can't run an OpenBSD binary on FreeBSD.
You guess wrong. While they can be used as desktop OSes, and run the same GUI stack as Linux (Xorg, GNOME/KDE, XFce, etc), they are developed primarily as server OSes.
Considering all but DragonflyBSD are older than most (if not all) Linux distributions, I'd place them on the same level. lol However, if you just go by market share and mind share, they're one rung lower than Linux, but way ahead of all the rest of the alternative OSes.
Just a quick note. These ones are sometimes called distributions, because they are BSDs with different software and settings.
While DragonFly, FreeBSD, NetBSD and OpenBSD are usually called derivatives, because they are forks of each other but in reality different operating systems. I'd consider MacOSX a of that family.





Member since:
2005-07-11
There are 4 major BSD OSes (listed alphabetically):
* DragonflyBSD
* FreeBSD
* NetBSD
* OpenBSD
There are various permutations to each of these OSes (pfSense, FreeNAS, EchoBSD, PC-BSD, etc). However, these tend to build upon one of the 4 BSDs, with specific things added or removed to make it work in particular niche.
The BSDs tend to co-operate a lot and share code around (PF, wifi, and NIC drivers are great examples).
There are also commercial forks of BSD systems. For example, JunOS, used in Juniper routers, is a fork of FreeBSD.
And MacOS X uses a lot of FreeBSD and NetBSD code.
There's also the original commercial BSD/OS, which is no longer available.
So, while there's more than one BSD OS out there, the environment is nowhere near as crowded as the Linux distro environment.