# BSD BSD, standing for **B**erkeley **S**oftware **D**istribution, is a family of libre (BSD license) Unix-like operating systems. The BSDs are a direct descendant of the original Unix operating system, unlike [Linux](linux.md) which could be considered a clean room implementation of Unix. Compared to Linux, BSDs have managed to keep the bloat in check and a reasonable codebase. { I've yet to try a BSD, so anything written here (as of now) is from an "outsider" perspective, forgive any erroneous statements ~tocariimaa } ## Main BSD distros - [FreeBSD](https://www.freebsd.org/): the most popular, quite "Linux-like", plans to drop support for 32 bit architectures. - [NetBSD](https://netbsd.org/): focus on portability, main user of [pkgsrc](https://www.pkgsrc.org/), supports [Lua](lua.md) in the kernel for driver prototyping and kernel configuration. - [OpenBSD](https://www.openbsd.org/): quite hysterical with "security features", but functional as its contributors actually daily drive it. Was forked from NetBSD. ## Historical BSDs - 386BSD: first version of BSD for IBM PC like computers. It was ready before Linux was released but due to legal issues with AT&T it couldn't be released until 1992, a year later after Linux initial release. FreeBSD, NetBSD and OpenBSD were forked from 386BSD. ## See Also - [Linux](linux.md) - [Unix](unix.md) - [Hurd](hurd.md)