1f6bc28d5SmayaNetBSD 21ab4db0dSnia====== 3f6bc28d5Smaya 484ffc56aSriastradhNetBSD is a free, fast, secure, and highly portable Unix-like Open 584ffc56aSriastradhSource operating system. It is available for a [wide range of 684ffc56aSriastradhplatforms](https://wiki.NetBSD.org/ports/), from large-scale servers 784ffc56aSriastradhand powerful desktop systems to handheld and embedded devices. 8f6bc28d5Smaya 9f6bc28d5SmayaBuilding 10f6bc28d5Smaya-------- 11f6bc28d5Smaya 1284ffc56aSriastradhYou can cross-build NetBSD from most UNIX-like operating systems. 13f6bc28d5SmayaTo build for amd64 (x86_64), in the src directory: 1484ffc56aSriastradh 15f6bc28d5Smaya ./build.sh -U -u -j4 -m amd64 -O ~/obj release 16f6bc28d5Smaya 17bf37ff9cSwizAdditional build information available in the [BUILDING](BUILDING) file. 18f6bc28d5Smaya 19f6bc28d5SmayaBinaries 20f6bc28d5Smaya-------- 21f6bc28d5Smaya 22eef08e1cSryoon- [Daily builds](https://nycdn.NetBSD.org/pub/NetBSD-daily/HEAD/latest/) 23eef08e1cSryoon- [Releases](https://cdn.NetBSD.org/pub/NetBSD/) 24f6bc28d5Smaya 25f6bc28d5SmayaTesting 26f6bc28d5Smaya------- 27f6bc28d5Smaya 2884ffc56aSriastradhOn a running NetBSD system: 2984ffc56aSriastradh 30f6bc28d5Smaya cd /usr/tests; atf-run | atf-report 31f6bc28d5Smaya 32f6bc28d5SmayaTroubleshooting 33f6bc28d5Smaya--------------- 34f6bc28d5Smaya 35eef08e1cSryoon- Send bugs and patches [via web form](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd). 36eef08e1cSryoon- Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/). 37eef08e1cSryoon The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current. 38be442364Smaya- Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd). 39f6bc28d5Smaya 40f6bc28d5SmayaLatest sources 41f6bc28d5Smaya-------------- 42f6bc28d5Smaya 43f6bc28d5SmayaTo fetch the main CVS repository: 4484ffc56aSriastradh 45f6bc28d5Smaya cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src 46f6bc28d5Smaya 4784ffc56aSriastradhTo work in the Git mirror, which is updated every few hours from CVS: 4884ffc56aSriastradh 4984ffc56aSriastradh git clone https://github.com/NetBSD/src.git 5084ffc56aSriastradh 51f6bc28d5SmayaAdditional Links 52f6bc28d5Smaya---------------- 53f6bc28d5Smaya 54eef08e1cSryoon- [The NetBSD Guide](https://www.NetBSD.org/docs/guide/en/) 55*5779c57eSrillig- [NetBSD manual pages](https://man.NetBSD.org/) 56eef08e1cSryoon- [NetBSD Cross-Reference](https://nxr.NetBSD.org/) 57