summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
blob: de6ef10797ab91af25cbef8f49539b9d4214b909 (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
26
27
<!-- README of ZKA 1 -->

![ZKA](res/zka.svg)

# ZKA (ZKA Kernel Architecture)

ZKA is an operating system kernel of New OS.

## Installation:

- MinGW/GCC for the kernel and bootloader.
- Netwide Assembler/NDK to output COFF/PEF object code.

### Start by cloning:

```
git clone git@bitbucket.org:mahrouss/boot-krnl-dll.git
cd boot-krnl-dll
```

### And then select the makefile to execute:

```
make -f amd64-efi.make all
```

##### Copyright, ZKA Technologies, all rights reserved.