summaryrefslogtreecommitdiffhomepage
path: root/Boot/ReadMe.md
blob: 47e76793bb92e119df9c082c14ddde840f33f127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# newosldr

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, ZKA Technologies, all rights reserved.