blob: 02239d3d5d63be0223cfa7c5b842b13af1ed87fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# ZBA (Zeta Bootloader Architecture)
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 then execute:
```
make all
```
##### Copyright, EL Mahrouss Logic, all rights reserved.
|