Go to file
nat 9b5f5124b1 Pass the error through to the hardware to initialize. 2020-04-27 07:45:57 +00:00
bin Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
common Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
compat Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
crypto Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
dist/pf Mostly merge changes from HEAD upto 20200411 2020-04-13 07:45:05 +00:00
distrib Sync with HEAD 2020-04-21 18:41:02 +00:00
doc Sync with HEAD 2020-04-21 18:41:02 +00:00
etc Sync with HEAD 2020-04-21 18:41:02 +00:00
external Sync with HEAD 2020-04-21 18:41:02 +00:00
extsrc
games Mostly merge changes from HEAD upto 20200411 2020-04-13 07:55:06 +00:00
include Sync with HEAD 2020-04-21 18:41:02 +00:00
lib Sync with HEAD 2020-04-21 18:41:02 +00:00
libexec Sync with HEAD 2020-04-21 18:41:02 +00:00
regress Merge changes from current as of 20200406 2020-04-08 14:03:04 +00:00
rescue Mostly merge changes from HEAD upto 20200411 2020-04-13 07:55:06 +00:00
sbin Sync with HEAD 2020-04-21 18:41:02 +00:00
share Sync with HEAD 2020-04-21 18:41:02 +00:00
sys Pass the error through to the hardware to initialize. 2020-04-27 07:45:57 +00:00
tests Sync with HEAD 2020-04-21 18:41:02 +00:00
tools Mostly merge changes from HEAD upto 20200411 2020-04-13 07:55:06 +00:00
usr.bin Sync with HEAD 2020-04-21 18:41:02 +00:00
usr.sbin Sync with HEAD 2020-04-21 18:41:02 +00:00
BUILDING Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
Makefile Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
Makefile.inc Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
README.md Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
UPDATING Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00
build.sh Ooops, restore accidently removed files from merge mishap 2020-04-21 19:37:29 +00:00

README.md

NetBSD

NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operating system. It is available for a wide range of platforms, from large-scale servers and powerful desktop systems to handheld and embedded devices.

Building

You can cross-build NetBSD from most UNIX-like operating systems. To build for amd64 (x86_64), in the src directory:

./build.sh -U -u -j4 -m amd64 -O ~/obj release

Additional build information available in the BUILDING file.

Binaries

Testing

On a running NetBSD system:

cd /usr/tests; atf-run | atf-report

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/src.git