Skip to content
forked from NetBSD/src

NetBSD fork with patches to support the EndBOX.

Notifications You must be signed in to change notification settings

endbasic/netbsd

This branch is 1667 commits behind NetBSD/src:trunk.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2968a5 · Jan 7, 2025
Dec 26, 2024
Dec 14, 2024
Jul 9, 2024
Jan 6, 2025
Sep 3, 2024
Jan 2, 2025
Dec 19, 2024
Jan 1, 2025
Jan 3, 2025
Dec 11, 2024
Dec 9, 2024
Jan 3, 2025
Dec 1, 2024
Sep 8, 2024
May 16, 2022
Jan 5, 2025
Jan 5, 2025
Jan 7, 2025
Jan 7, 2025
Oct 31, 2024
Jan 7, 2025
Jan 7, 2025
Apr 26, 2024
Sep 8, 2023
May 2, 2018
Sep 5, 2021
Nov 23, 2024
Dec 28, 2024

Repository files navigation

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 [email protected]:/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

Additional Links

About

NetBSD fork with patches to support the EndBOX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.9%
  • Roff 7.0%
  • Assembly 3.0%
  • Shell 1.6%
  • Makefile 1.2%
  • Perl 0.4%
  • Other 0.9%