Comparison of BSD operating systems: Difference between revisions

Content deleted Content added
NetBSD: This is my first edit on Wikipedia! Replaced a comma with a period, and added the accompanying capitalization.
Tag: Reverted
Restored revision 1275201068 by GordonZaft (talk): Congrats, but not an improvement :)
Line 37:
[[NetBSD]] aims to provide a freely redistributable operating system that professionals, hobbyists, and researchers can use in any manner they wish. The main focus is [[software portability|portability]], through the use of clear distinctions between machine-dependent and machine-independent code. It runs on a wide variety of 32-bit and 64-bit processor architectures and hardware platforms, and is intended to interoperate well with other operating systems.
 
NetBSD places emphasis on correct design, well-written code, stability, and efficiency., Wherewhere practical, close compliance with open API and protocol standards is also aimed for. NetBSD has very low hardware requirements and is well suited to be deployed in embedded applications,<ref>{{cite web |url=https://yazzy.org/docs/NetBSD/Embedding_NetBSD.pdf |title=Embedding the NetBSD Operating author| author=Wasabi Systems Inc |access-date=8 February 2025}}</ref> as well as revive vintage hardware.<ref>{{cite web |url=https://www.theregister.com/2022/08/10/netbsd_93/ |title=NetBSD 9.3: A 2022 OS that can run on late-1980s hardware | author=The Register |date=10 August 2022 |access-date=8 February 2025}}</ref>
 
The NetBSD cross-compiling framework (also known as "build.sh"<ref>{{cite web |url=https://www.netbsd.org/docs/guide/en/chap-build.html |title=Chapter 31. Crosscompiling NetBSD with build.sh |work=The NetBSD Guide |author=The NetBSD Foundation |date=10 January 2010 |access-date=15 January 2010}}</ref>) lets a developer build a complete NetBSD system for an architecture from a more powerful system of different architecture ([[cross-compiling]]), including on a different operating system.