diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-10-31 14:39:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 14:39:18 +0100 |
| commit | 85de3ae631737104d8dd985e9b3bc092ba22d96c (patch) | |
| tree | 3412057642b5ea3cec0eb4e1596cbca448165916 | |
| parent | 829e0b036418187c45bd87b3d03eefcea2048f90 (diff) | |
Update ReadMe.md
| -rw-r--r-- | ReadMe.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -<!-- README of ZKA 1 --> +<!-- README of ZKA -->  -# 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> |
