https://github.com/nekernel-org/nekernel
The Modular C++ Microkernel.
https://github.com/nekernel-org/nekernel
bootloader chk cpp kernel microkernel tools uefi
Last synced: 28 days ago
JSON representation
The Modular C++ Microkernel.
- Host: GitHub
- URL: https://github.com/nekernel-org/nekernel
- Owner: nekernel-org
- License: apache-2.0
- Created: 2025-03-23T13:15:41.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2025-12-28T14:19:34.000Z (30 days ago)
- Last Synced: 2025-12-28T23:55:59.695Z (29 days ago)
- Topics: bootloader, chk, cpp, kernel, microkernel, tools, uefi
- Language: C++
- Homepage: https://nekernel.org/
- Size: 19.9 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README

## Getting Started
### **Requirements**
- [MinGW](https://www.mingw-w64.org/)
- [Clang](https://clang.llvm.org/)
- [NASM](https://nasm.us/)
- [NeBuild](https://github.com/nekernel-org/nebuild)
- CoreUtils
- [Git](https://git-scm.com/)
- [Nectar](https://github.com/nekernel-org/nectar)
### **Building & Running**
Please fork, and clone the repository. Then follow those steps:
```sh
git clone https://github.com//nekernel.git
cd nekernel
./scripts/setup_x64_project.sh
./scripts/modules_ahci_x64.sh
./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU)
```
---
## Structure
- `src/kernel/` — Core kernel source (scheduling, memory, VFS, drivers)
- `src/boot/` — Bootloader, platform bring-up, and early system code
- `src/libDDK/` — Driver Development Kit (DDK) and sample drivers
- `src/libSystem/` — Userland system call interface and runtime
- `src/launch/` — NeKernel Launch System
- `src/libMsg/` — NeKernel OpenMSG framework
- `public/tools/` — CLI tools (mkfs, fsck, open, manual, etc.)
- `public/frameworks/` — Userland frameworks (CoreFoundation, DiskImage, etc.)
- `docs/` — Specifications, design docs, and diagrams
---
## Security
- **Vulnerability Disclosure:**
Please report security issues privately via email or GitHub Security Advisories.
---
## Documentation
- [Documentation](https://docs.nekernel.org/)
- [Specifications](docs/tex/)
---
## Contributing
- Please run `format.sh` before committing (uses `.clang-format`).
- All contributions (code, docs, fuzzing, security) are welcome!
---
## Authors & Credits
- **Amlal El Mahrouss** — Lead Developer and Kernel Architect.
- [Full contributor list](https://github.com/nekernel-org/nekernel/graphs/contributors)
---
## License
This project is licensed under the [Apache-2.0 License](LICENSE).
---
© 2024-2025 Amlal El Mahrouss & NeKernel Authors. Licensed under the Apache 2.0 license.