summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
blob: 201e64062be429adbff869522b1dd3c7a99a7ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# h-core (codename: SuperTrouper)

## uKernel and components source code.

You need:

- The GCC toolchain (MinGW) for the kernel and bootloader.
- HintKit for Compilation check.
- 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>
```

You'd also need The SDK and MinGW, to build and link the components. For Tools look at `Public/Tools`

##### Copyright, Mahrouss Logic, all rights reserved.