blob: a5dd08d369aa17c297cb0695d44d5b058b4ca5aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# NeBoot

[](LICENSE)
## Abstract
NeBoot is a cross-platform open implementation of the EPM firmware written in C, designed with modularity and portability in mind.
## Requirements:
- [Clang](https://clang.llvm.org/)
- [NASM](https://nasm.us/)
- [Git](https://git-scm.com/)
- GNU Developer Utils (Make, GCC...)
## Contributing:
Please fork, and clone the repository.
```sh
git clone git@github.com:<your-username>/neboot.git
cd neboot
```
And then contribute back your changes to `develop`.
###### Copyright 2024-2025, Amlal El Mahrouss and NeKernel.org Authors, licensed under Apache 2.0.
|