blob: 336f4207e0473430711efcba3bedcc9c90c903ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|

# NewKernel and NewBoot
You need:
- MinGW for the kernel and bootloader.
- Netwide Assembler to output COFF object code.
Start by cloning the repo:
```
git clone git@github.com:Mahrouss-Logic/h-core.git
```
And execute:
```
make h-core-<cpu>-<hardware>
```
##### Copyright, Mahrouss Logic, all rights reserved.
|