summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.