blob: 2327b35c8103b13dc3afbf430a53b23a4d7be9f3 (
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 (Zeta Kernel Architecture)
ZKA is an operating system kernel, also codenamed 'Ne'.
## Installation:
- MinGW/GCC for the kernel and bootloader.
- Netwide Assembler/CodeTools to output COFF/PEF object code.
### Start by cloning:
```
git clone git@bitbucket.org:mahrouss/newoskrnl.git
cd newoskrnl
```
### And then select the makefile to execute:
```
make -f amd64-efi.make all
```
##### Copyright, ZKA Technologies, all rights reserved.
|