Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.11 KB

README.md

File metadata and controls

45 lines (31 loc) · 2.11 KB

aurumOS Next

GitHub Issues

Description

aurumOS Next is a highly secure, efficient, and portable Unix-like operating system based on NetBSD. Designed to meet modern computing needs, it is adaptable for various platforms, from servers and desktops to embedded systems. This repository contains the tools and configurations needed to build aurumOS Next, making it ideal for developers seeking a highly customizable NetBSD-based OS.

Building

You can cross-build aurumOS Next from most UNIX-like operating systems. To build for amd64 (x86_64), run the following command in the repository's root directory:

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

Additional build information is available in the BUILDING file.

Binaries

Troubleshooting

Report bugs and patches via the issue tracker. Join the community discussion on aurumOS forums.

Latest Sources

To fetch the sources for aurumOS Next:

git clone https://github.com/Ecliptica-Ltd/aurumOS-Next.git