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

# NeKernel

## Requirements:

- MinGW/GCC, Clang.
- LibCompiler Runtime Headers and Toolchain.
- Netwide Assembler.
- Git.
- BTB.

## Installation:

Clone repository:

```sh
git clone git@github.com:ne-gh/kernel.git
cd kernel
./debug_ahci.sh # Generic AHCI target
```

## Good first PRs

- Contribute to the AHCI generic driver (PRDs are not being read)

## Warning:

You have to mount the FAT32 image in order to put the src/Root/ contents in it! (To make the emulator boot NeOS)

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