Home | History | Annotate | Line # | Download | only in src
README.md revision 1.4.4.5
      1  1.4.4.2  christos NetBSD
      2  1.4.4.3    martin ======
      3  1.4.4.2  christos 
      4  1.4.4.2  christos NetBSD is a free, fast, secure, and highly portable Unix-like Open
      5  1.4.4.2  christos Source operating system.  It is available for a [wide range of
      6  1.4.4.2  christos platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
      7  1.4.4.2  christos and powerful desktop systems to handheld and embedded devices.
      8  1.4.4.2  christos 
      9  1.4.4.2  christos Building
     10  1.4.4.2  christos --------
     11  1.4.4.2  christos 
     12  1.4.4.2  christos You can cross-build NetBSD from most UNIX-like operating systems.
     13  1.4.4.2  christos To build for amd64 (x86_64), in the src directory:
     14  1.4.4.2  christos 
     15  1.4.4.2  christos     ./build.sh -U -u -j4 -m amd64 -O ~/obj release
     16  1.4.4.2  christos 
     17  1.4.4.2  christos Additional build information available in the [BUILDING](BUILDING) file.
     18  1.4.4.2  christos 
     19  1.4.4.2  christos Binaries
     20  1.4.4.2  christos --------
     21  1.4.4.2  christos 
     22  1.4.4.2  christos - [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)
     23  1.4.4.2  christos - [Releases](https://cdn.netbsd.org/pub/NetBSD/)
     24  1.4.4.2  christos 
     25  1.4.4.2  christos Testing
     26  1.4.4.2  christos -------
     27  1.4.4.2  christos 
     28  1.4.4.2  christos On a running NetBSD system:
     29  1.4.4.2  christos 
     30  1.4.4.2  christos     cd /usr/tests; atf-run | atf-report
     31  1.4.4.2  christos 
     32  1.4.4.2  christos Troubleshooting
     33  1.4.4.2  christos ---------------
     34  1.4.4.2  christos 
     35  1.4.4.2  christos - Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).
     36  1.4.4.2  christos - Subscribe to the [mailing lists](https://www.netbsd.org/mailinglists/).
     37  1.4.4.2  christos   The [netbsd-users](https://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://netbsd.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
     38  1.4.4.2  christos - Join the community IRC channel [#netbsd @ freenode](https://webchat.freenode.net/?channels=#netbsd).
     39  1.4.4.2  christos 
     40  1.4.4.2  christos Latest sources
     41  1.4.4.2  christos --------------
     42  1.4.4.2  christos 
     43  1.4.4.2  christos To fetch the main CVS repository:
     44  1.4.4.2  christos 
     45  1.4.4.2  christos     cvs -d anoncvs (a] anoncvs.NetBSD.org:/cvsroot checkout -P src
     46  1.4.4.2  christos 
     47  1.4.4.2  christos To work in the Git mirror, which is updated every few hours from CVS:
     48  1.4.4.2  christos 
     49  1.4.4.2  christos     git clone https://github.com/NetBSD/src.git
     50  1.4.4.2  christos 
     51  1.4.4.2  christos Additional Links
     52  1.4.4.2  christos ----------------
     53  1.4.4.2  christos 
     54  1.4.4.2  christos - [The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)
     55  1.4.4.2  christos - [NetBSD manual pages](http://man.netbsd.org/)
     56  1.4.4.2  christos - [NetBSD Cross-Reference](https://nxr.netbsd.org/)
     57