diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 00:23:33 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 00:23:33 +0200 |
| commit | 4f254c3931ecf52bd0ac4a3c9551c9688e8d0f64 (patch) | |
| tree | 150d528a9f0238549aba962ece11892347a83a90 | |
| parent | a9b891eb31b874c14fce79f7e3e9da8fab475224 (diff) | |
ZKA: update readme.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | ReadMe.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,26 +1,25 @@ -<!-- README --> +<!-- README of ZKA 1 --> # ZKA (Zeta Kernel Architecture) ZKA is an operating system kernel, also codenamed 'Ne'. -<br> -You need: + +## Installation: - MinGW/GCC for the kernel and bootloader. - Netwide Assembler/CodeTools to output COFF/PEF object code. -## Start by cloning the repo: +### Start by cloning: ``` -git clone git@bitbucket.org:mahrouss/microkernel.git +git clone git@bitbucket.org:mahrouss/newoskrnl.git +cd newoskrnl ``` -## And execute: +### And then select the makefile to execute: ``` make -f amd64-efi.make all ``` -For the custom target 'AMD64 EPM'. - ##### Copyright, Zeta Electronics Corporation, all rights reserved. |
