summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
blob: 5e58b7933a77454ffb419618445afd4ab10eaf34 (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
28
29
30
<!-- README of ZkaOS -->

# Zeta Kernel Architecture OS.

ZkaOS is designed for real time environements (such as servers or workstations.)

## Installation:

- MinGW/GCC for the Kernel, Bootloader and the LibSCI.
- Netwide Assembler, for the x64 assemblies if needed.
- The ToolchainKit, to embed a C++ suite in the OS.

### Installation

Clone repository:

```
git clone git@github.com:tq-corp/zka.git
cd zka
```

</br>

And then select the makefile (arm64 and amd64 are stable and EFI based) to execute:

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

###### Copyright (C) 2024, Theater Quality Corp, all rights reserved. All rights reserved.