2018-10-22 00:25:53 +03:00
NetBSD
2020-01-10 15:33:28 +03:00
======
2018-10-22 00:25:53 +03:00
2018-10-23 18:44:42 +03:00
NetBSD is a free, fast, secure, and highly portable Unix-like Open
Source operating system. It is available for a [wide range of
platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
and powerful desktop systems to handheld and embedded devices.
2018-10-22 00:25:53 +03:00
Building
--------
2018-10-23 18:44:42 +03:00
You can cross-build NetBSD from most UNIX-like operating systems.
To build for amd64 (x86_64), in the src directory:
2018-10-22 00:25:53 +03:00
./build.sh -U -u -j4 -m amd64 -O ~/obj release
2018-10-22 11:42:53 +03:00
Additional build information available in the [BUILDING ](BUILDING ) file.
2018-10-22 00:25:53 +03:00
Binaries
--------
2021-03-17 18:26:20 +03:00
- [Daily builds ](https://nycdn.NetBSD.org/pub/NetBSD-daily/HEAD/latest/ )
- [Releases ](https://cdn.NetBSD.org/pub/NetBSD/ )
2018-10-22 00:25:53 +03:00
Testing
-------
2018-10-23 18:44:42 +03:00
On a running NetBSD system:
2018-10-22 11:49:00 +03:00
cd /usr/tests; atf-run | atf-report
2018-10-22 00:25:53 +03:00
Troubleshooting
---------------
2021-03-17 18:26:20 +03:00
- Send bugs and patches [via web form ](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd ).
- Subscribe to the [mailing lists ](https://www.NetBSD.org/mailinglists/ ).
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.
2018-10-23 18:44:42 +03:00
- Join the community IRC channel [#netbsd @ freenode ](https://webchat.freenode.net/?channels=#netbsd ).
2018-10-22 00:25:53 +03:00
Latest sources
--------------
2018-10-23 18:44:42 +03:00
To fetch the main CVS repository:
2018-10-22 00:25:53 +03:00
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
2018-10-23 18:44:42 +03:00
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/src.git
2018-10-22 00:25:53 +03:00
Additional Links
----------------
2021-03-17 18:26:20 +03:00
- [The NetBSD Guide ](https://www.NetBSD.org/docs/guide/en/ )
- [NetBSD manual pages ](http://man.NetBSD.org/ )
- [NetBSD Cross-Reference ](https://nxr.NetBSD.org/ )