From c67d485a49e8702121ff16b35fc5c1d843f676e2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 18 Oct 2024 20:11:18 +0200 Subject: IMP: Update ReadMe. Signed-off-by: Amlal El Mahrouss --- ReadMe.md | 19 ++++++++++++++----- 1 file 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. +
+It is designed for heavy loads and low tolerance environements (such as servers) +
+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: +
+ +And then select the makefile (arm64 and amd64 are stable and EFI based) to execute: ``` make -f amd64-efi.make all -- cgit v1.2.3