blob: f26df2ba92e7b28c009c0a50e4b478ba5ae42eed (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<!-- Read Me of NeKernel -->
<div align="center">
<img src="meta/png/nekernel.png" alt="Logo" width="128"/>
<h1>NeKernel</h1>
</div>


[](LICENSE)
[](#)
## Brief:
A kernel for engineers who want a custom solution for their stack, written mostly in C++ it aims to provide a base for other projects/products.
## User Friendly Diagram:
<div align="center">
<img src="docs/svg/OS_DESIGN.png" alt="Diagram"/>
</div>
## Notice for Doxygen:
Use the doxygen command to build documentation.
<br/>
A documentation regarding building, and developing for NeKernel is available here: https://amlel-el-mahrouss.github.io/nekernel-docs/
## Requirements:
- [MINGW-W64](https://www.mingw-w64.org/)
- [CLANG](https://clang.llvm.org/)
- [NASM](https://nasm.us/)
- [GIT](https://git-scm.com/)
- [BTB](https://github.com/amlel-el-mahrouss/btb)
## Notice for Contributors:
- You must mount the contents to the nekernel-esp.img prior running!
- It depends mostly on how your platform manages them, so have a look at it.
- Run `format.sh` before commiting, it formats the code according to the .clang-format.
## Getting Started:
```sh
git clone git@github.com:amlel-el-mahrouss/nekernel.git
cd nekernel
./setup_x64.sh
./debug_ata_x64.sh # Generic ATA PIO target
```
###### Copyright (C) 2024-2025 Amlal El Mahrouss, All rights reserved.
|