blob: 9df855e0a4e81abe247e4651e0ccc510ac9d755b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# h-core
## Microkernel and it's components source code.
Start by cloning the repo:
```
git clone git@github.com:Mahrouss-Logic/h-core.git
```
And execute:
```
make all
```
You'd also need The MultiProcessor UNIX SDK tools, to build and link the components. For Tools look at `Public/Tools`
##### Copyright 2024, Mahrouss Logic, all rights reserved.
|