add bsd os versions (#26762)

This commit is contained in:
Himanshu Ladia
2019-03-21 01:33:20 +05:30
committed by The Coding Aviator
parent 5bf9807fce
commit b6aa5f6c35

View File

@ -18,6 +18,15 @@ Effectively, the BSD multi-tasking forced-interrupt part of timesharing gets in
BSD includes a 'Jails' system which is somewhat analogous to Linux Containers -- except with additional security and flexibility in implementation.
### BSD Versions
In contrast to the numerous Linux distributions, there are only four major open source BSDs. Each BSD project maintains its own source tree and its own kernel.
1. FreeBSD
2. NetBSD
3. OpenBSD
4. DragonFlyBSD
### More Information:
[FreeBSD (Wikipedia.org)](https://en.wikipedia.org/wiki/FreeBSD)