summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 20:11:18 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 20:11:18 +0200
commitc67d485a49e8702121ff16b35fc5c1d843f676e2 (patch)
tree0cb47cfcb73436ecf2d470a939bf7e70c528818d
parent04a28f00504a856cde11d0a8a171453e1a1fac3a (diff)
IMP: Update ReadMe.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--ReadMe.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 4a41764f..4ca6c173 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -4,21 +4,30 @@
# ZKA Kernel Architecture (Mark 1)
-ZKA is an operating system Kernel of New OS.
+ZKA is an general purpose entreprise OS.
+</br>
+It is designed for heavy loads and low tolerance environements (such as servers)
+</br>
+A Win32 compat layer is available, as well as XPCOM and ZT frameworks support.
## Installation:
-- MinGW/GCC for the Kernel and bootloader.
-- Netwide Assembler/NDK to output COFF/PEF object code.
+- 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)
-### Start by cloning the OS:
+### Installation
+
+Clone repository:
```
git clone git@bitbucket.org:mahrouss/boot-krnl-dll.git
cd boot-krnl-dll
```
-### And then select the makefile to execute:
+</br>
+
+And then select the makefile (arm64 and amd64 are stable and EFI based) to execute:
```
make -f amd64-efi.make all