blob: 0be00cd0ff5f7db970b8b605e5e8f6622984ac2c (
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 Kernel Architecture (Mark 1)
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 the OS:
```
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.
|