netbsd-src/README.md

57 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

NetBSD
======
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.
Building
--------
You can cross-build NetBSD from most UNIX-like operating systems.
To build for amd64 (x86_64), in the src directory:
./build.sh -U -u -j4 -m amd64 -O ~/obj release
2018-10-22 01:42:53 -07:00
Additional build information available in the [BUILDING](BUILDING) file.
Binaries
--------
- [Daily builds](https://nycdn.NetBSD.org/pub/NetBSD-daily/HEAD/latest/)
- [Releases](https://cdn.NetBSD.org/pub/NetBSD/)
Testing
-------
On a running NetBSD system:
cd /usr/tests; atf-run | atf-report
Troubleshooting
---------------
- 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.
2021-05-29 06:08:08 -07:00
- Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd).
Latest sources
--------------
To fetch the main CVS repository:
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
To work in the Git mirror, which is updated every few hours from CVS:
git clone https://github.com/NetBSD/src.git
Additional Links
----------------
- [The NetBSD Guide](https://www.NetBSD.org/docs/guide/en/)
2021-09-05 05:45:44 -07:00
- [NetBSD manual pages](https://man.NetBSD.org/)
- [NetBSD Cross-Reference](https://nxr.NetBSD.org/)