summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 00:23:33 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 00:23:33 +0200
commit4f254c3931ecf52bd0ac4a3c9551c9688e8d0f64 (patch)
tree150d528a9f0238549aba962ece11892347a83a90
parenta9b891eb31b874c14fce79f7e3e9da8fab475224 (diff)
ZKA: update readme.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
-rw-r--r--ReadMe.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 34931cae..659bd526 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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.