diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 20:11:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 20:11:18 +0200 |
| commit | c67d485a49e8702121ff16b35fc5c1d843f676e2 (patch) | |
| tree | 0cb47cfcb73436ecf2d470a939bf7e70c528818d | |
| parent | 04a28f00504a856cde11d0a8a171453e1a1fac3a (diff) | |
IMP: Update ReadMe.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | ReadMe.md | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -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 |
