summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
blob: c169c9603e9035acc24d4c361d6e51ee56aa77ff (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
<div align="center">
<img src="../Meta/Kernel.svg" width="96" height="96"/>
<h1>NewOS</h1>
</div>

<br>

You need:

- MinGW for the kernel and bootloader.
- Netwide Assembler to output COFF object code.

Start by cloning the repo:

```
git clone git@bitbucket.org:mahrouss/microkernel.git
```

And execute:

```
make all
```

##### Copyright, Mahrouss Logic, all rights reserved.