No description
  • C 85.2%
  • Roff 7.3%
  • Assembly 3.2%
  • Shell 1.6%
  • Makefile 1.2%
  • Other 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-27 01:13:07 +01:00
bin
common
compat
crypto
dist/pf
distrib Pull up following revision(s) (requested by tsutsui in ticket #1060): 2025-03-16 10:44:08 +01:00
doc Tickets #1068 - #1072 2025-03-16 10:44:15 +01:00
etc
external Pull up following revision(s) (requested by gutteridge in ticket #1068): 2025-03-16 10:44:13 +01:00
games
include
lib Pull up following revision(s) (requested by tsutsui in ticket #1061): 2025-03-16 10:44:08 +01:00
libexec
regress
rescue
sbin
share Apply patch, requested by mrg in ticket #1067: 2025-03-16 10:44:12 +01:00
sys add support for PVH boot in NetBSD/10 amd64 2025-03-16 10:45:19 +01:00
tests
tools
usr.bin
usr.sbin
build.sh
BUILDING
Makefile
Makefile.inc
README.md
UPDATING

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