The Ne.org System.

License

## Primers: The primers are available at: - https://primer.src.nekernel.org - https://primer.nectar.nekernel.org ## Love the work? Give us a star on GitHub! ![GitHub Repo stars](https://img.shields.io/github/stars/ne-foss-org/ne_system) ## Description: This is the system distribution of Ne.org. Designed the contain all of the stack together. It facilities are provided to build compiler toolchains as well. ## Getting Started: Please clone the repository using Git: ```sh git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne_system.git ``` And have a look at the wiki, docs, and primers. They have valuable resources to get started. ## Rationale: There is three main reasons for this repository's existence: - Hold the codebase in a single repository. - Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel) - Easier cycles and vetting for Ne.org releases. ## Building: You will need: - `nebuild` for the kernel build system. - `MinGW` or `Clang` depending on the HAL/target ISA. - `GNU CoreUtils` for the core compiler utilities. Please follow the the tutorials in `/src/reference` to get started. ## Community: We have a [discord](https://discord.gg/uD76Qweght), join us! [https://discord.gg/uD76Qweght](https://discord.gg/uD76Qweght) ###### Copyright 2025-2026, Amlal El Mahrouss & Ne.org Authors. Licensed under Apache 2.0.