This is the software distribution of NeKernel.org. Designed the contain all of the stack together. Facilities are provided to build compiler toolchains as well.
Please clone the repository using Git:
git clone --recurse-submodules -j8 git@github.com:nekernel-org/src.gitAnd
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 NeKernel.org releases.
You will need:
nebuildfor the kernel build system.MinGWorClangdepending on the HAL/target ISA.GNU CoreUtilsfor the core compiler utilities.
Please follow the the tutorials in /src/reference to get started.