https://github.com/zanxz-lol/neonix
The NEONIX source tree
https://github.com/zanxz-lol/neonix
64-bit kernel osdev osdev-project
Last synced: 2 months ago
JSON representation
The NEONIX source tree
- Host: GitHub
- URL: https://github.com/zanxz-lol/neonix
- Owner: zanxz-lol
- License: bsd-2-clause
- Created: 2025-09-25T20:18:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-02-10T05:43:28.000Z (4 months ago)
- Last Synced: 2026-04-05T23:38:25.774Z (2 months ago)
- Topics: 64-bit, kernel, osdev, osdev-project
- Language: C
- Homepage:
- Size: 1010 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# NEONIX: A Modern Alternative to UNIX-like Operating Systems
[](https://github.com/zanxz-lol/neonix/blob/master/LICENSE)
[](https://github.com/zanxz-lol/neonix/graphs/contributors)
[](https://github.com/zanxz-lol/neonix/commits)
**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.
## Getting Started
### Prerequisites
- A cross compiler
- QEMU
- Fingers (for typing :P)
### Building, and running
Building and running NEONIX is super simple :)
```
make bootloader && make run -j$(nproc --all)
```
## Configuration
To configure the Naho kernel, enter the following command
```
make menuconfig
```
## Contributions
Any contributions to NEONIX is very much appreciated :)