Home | History | Annotate | Line # | Download | only in src
README.md revision 1.1
      1 NetBSD
      2 ------
      3 
      4 NetBSD is a complete operating system.  
      5 It supports a wide range of machines from recent aarch64 and amd64
      6 machines to VAX and M68k.
      7 
      8 Building
      9 --------
     10 
     11 Cross-building is possible from most UNIX-like operating systems.  
     12 To build for amd64 (x86_64), in the src directory:  
     13     ./build.sh -U -u -j4 -m amd64 -O ~/obj release
     14 
     15 Additional build information available in the BUILDING file.
     16 
     17 Binaries
     18 --------
     19 
     20 - [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)  
     21 - [Releases](https://cdn.netbsd.org/pub/NetBSD/)
     22 
     23 Testing
     24 -------
     25 
     26 On a running NetBSD system  
     27     cd /usr/tests; atf-run |atf-report
     28 
     29 Troubleshooting
     30 ---------------
     31 
     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.  
     34   The 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)
     36 
     37 Latest sources
     38 --------------
     39 
     40 To fetch the main CVS repository:  
     41     cvs -d anoncvs (a] anoncvs.NetBSD.org:/cvsroot checkout -P src
     42 
     43 Additional Links
     44 ----------------
     45 
     46 [The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)
     47 [NetBSD manual pages](http://man.netbsd.org/)
     48 [NetBSD Cross-Reference](https://nxr.netbsd.org/)
     49