summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-10-31 14:39:18 +0100
committerGitHub <noreply@github.com>2024-10-31 14:39:18 +0100
commit85de3ae631737104d8dd985e9b3bc092ba22d96c (patch)
tree3412057642b5ea3cec0eb4e1596cbca448165916
parent829e0b036418187c45bd87b3d03eefcea2048f90 (diff)
Update ReadMe.md
-rw-r--r--ReadMe.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 8c929f0e..629c05ba 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,8 +1,8 @@
-<!-- README of ZKA 1 -->
+<!-- README of ZKA -->
![ZKA](res/zka.svg)
-# ZKA Kernel Architecture (Mark 1)
+# ZKA Kernel Architecture.
ZKA is an general purpose entreprise OS.
</br>
@@ -14,15 +14,15 @@ A Win32 compat layer is available, as well as XPCOM and ZT frameworks support.
- MinGW/GCC for the Kernel, Bootloader and their Components.
- Netwide Assembler, for the x64 assemblies if needed.
-- The NDK, to embed a C++ suite into the distribution (if XPCOM apps are needed)
+- The ToolchainKit, to embed a C++ suite in the OS.
### Installation
Clone repository:
```
-git clone git@bitbucket.org:mahrouss/boot-krnl-dll.git
-cd boot-krnl-dll
+git clone git@github.com:ElMahroussLogic/zka-dev.git
+cd zka-dev
```
</br>