NewOS
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.