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