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

# New Kernel Architecture OS (NeOS)

## Brief:

An OS written in C++ 20, with a System Call Interface Library, and a custom bootloader.

## Requirements:

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

## Installation:

Clone repository:

```
git clone git@github.com:mediaswirl/nekernel.git
cd nekernel
```

</br>

And then select the makefile (ARM64 and AMD64 are stable and EFI based) to execute:

```
make -f amd64-efi.make all
```

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