Mon Oct 22 08:42:54 2018 UTC ()
Add more links.


(wiz)
diff -r1.1 -r1.2 src/README.md

cvs diff -r1.1 -r1.2 src/README.md (expand / switch to unified diff)

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