xref: /netbsd/README.md (revision 06baeb3e)
1fc396f02SmayaNetBSD
2fc396f02Smaya------
3fc396f02Smaya
4fc396f02SmayaNetBSD is a complete operating system.
5fc396f02SmayaIt supports a wide range of machines from recent aarch64 and amd64
6fc396f02Smayamachines to VAX and M68k.
7fc396f02Smaya
8fc396f02SmayaBuilding
9fc396f02Smaya--------
10fc396f02Smaya
11fc396f02SmayaCross-building is possible from most UNIX-like operating systems.
12fc396f02SmayaTo build for amd64 (x86_64), in the src directory:
13fc396f02Smaya    ./build.sh -U -u -j4 -m amd64 -O ~/obj release
14fc396f02Smaya
15*06baeb3eSwizAdditional build information available in the [BUILDING](BUILDING) file.
16fc396f02Smaya
17fc396f02SmayaBinaries
18fc396f02Smaya--------
19fc396f02Smaya
20fc396f02Smaya- [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)
21fc396f02Smaya- [Releases](https://cdn.netbsd.org/pub/NetBSD/)
22fc396f02Smaya
23fc396f02SmayaTesting
24fc396f02Smaya-------
25fc396f02Smaya
26fc396f02SmayaOn a running NetBSD system
27fc396f02Smaya    cd /usr/tests; atf-run |atf-report
28fc396f02Smaya
29fc396f02SmayaTroubleshooting
30fc396f02Smaya---------------
31fc396f02Smaya
32fc396f02Smaya- Bugs and patches can be sent [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).
33fc396f02Smaya- Several [mailing lists](https://www.netbsd.org/mailinglists/) exist.
34*06baeb3eSwiz  The [netbsd-users](https://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems.
35fc396f02Smaya- A community IRC channel exist on [#netbsd @ freenode](https://webchat.freenode.net/?channels=#netbsd)
36fc396f02Smaya
37fc396f02SmayaLatest sources
38fc396f02Smaya--------------
39fc396f02Smaya
40fc396f02SmayaTo fetch the main CVS repository:
41fc396f02Smaya    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
42fc396f02Smaya
43fc396f02SmayaAdditional Links
44fc396f02Smaya----------------
45fc396f02Smaya
46fc396f02Smaya[The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)
47fc396f02Smaya[NetBSD manual pages](http://man.netbsd.org/)
48fc396f02Smaya[NetBSD Cross-Reference](https://nxr.netbsd.org/)
49