NEONIX is an x86_64 Operating System built off of the Naho kernel, which is built in C, and assembly. The Naho kernel aims to mix performance, security, and modern hardware support all into one package.
- A cross compiler
- QEMU
- Fingers (for typing :P)
Building and running NEONIX is super simple :)
make bootloader && make run -j$(nproc --all)
To configure the Naho kernel, enter the following command
make menuconfig
Any contributions to NEONIX is very much appreciated :)
