NEONIX is a next-generation operating system kernel designed to replace traditional UNIX-like architectures (e.g., Linux, FreeBSD, etc) with a focus on performance, security, and modern hardware support.
- GCC or Clang
- QEMU
- Fingers (for typing :P)
Building and running NEONIX is super simple :)
make -j$(nproc -a) && make run