Fifteen years of NetBSD
Posted Mar 20, 2008 18:02 UTC (Thu) by
mheily (subscriber, #27123)
In reply to:
Fifteen years of NetBSD by JoeBuck
Parent article:
Fifteen years of NetBSD
You say Linux supports 22 architectures, plus some other half-baked ports. The list of platforms that NetBSD supports contains 56 architectures. Seems like NetBSD is still the most portable operating system in the world.
I think the victory of Linux in embedded space is due to the fact that Linux is not an operating system; it is a modular monolithic kernel that can be squeezed into very tiny Flash ROMs along with a small C library like Diet libC and your custom program. What NetBSD provides -- a kernel, bootloader, C library, /bin utilities, compilers, headers, init(8) scripts, manpages, etc., etc., -- is overkill for most embedded applications.
A better fit for NetBSD is older, obscure hardware such as a Sun SparcStation, Amiga, BeBox, NeXT cube, etc. These are complete computers that have enough resources to run a complete operating system.
FreeBSD is a better fit for servers due to it's SMP performance. If performance is not critical, then OpenBSD is also good for servers due to it's focus on security.
I feel that Linux is best for desktops because of it's rapid development cycle and wide range of hardware support. These qualities, which make it great for running the latest-and-greatest video card or motherboard chipset, make it a poor choice for servers where stability and backwards compatibility is the most important factor. Yes, there are distributions like RHEL and SLES that try to stabilize the kernel and all the various GNU bits that make up a distribution, but it's far better to use a complete operating system like FreeBSD or Solaris that are designed for servers and are developed under stricter engineering standards (e.g. a separate stable branch and development branch, release documentation, defect tracking system, etc).
(
Log in to post comments)