Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

DevBSD

DevBSD (Developer BSD or Devil BSD or Digitable EVil BSD) 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.

Shortly, it's just extender of NetBSD to provide a good desktop platform for daily development.

Building

You can cross-build DevBSD 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.

Testing

On a running NetBSD system:

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

Additional Links