summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
blob: 45e9ba17e0295f4447fc5566204dd0d44479d2b8 (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
<!-- Read Me of NeKernel -->

# NeKernel

## Required:

- [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/ne-gh/btb)

## Builders's Notice:

You must mount the contents to the fat32.img prior running! Otherwise the emulator won't find a valid ESP.

## Contributors's Notice:

Always use `run_format.sh` before commiting and pushing your code!

## Quick Install:

Clone the repository:

```sh
git clone git@github.com:ne-gh/kernel.git
cd kernel
./setup_amd64.sh
./debug_ata.sh # Generic ATA PIO target
```

## Screenshots:

![FS](doc/filesystem.png)

![APIC](doc/apic.png)

###### Copyright (C) 2024-2025 Amlal EL Mahrouss, All rights reserved.