blob: 659bd526eeac04a9b2d85496aeb6b7a8040f3900 (
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
|
<!-- 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, Zeta Electronics Corporation, all rights reserved.
|