diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-28 15:38:05 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-28 15:44:12 +0200 |
| commit | a9b891eb31b874c14fce79f7e3e9da8fab475224 (patch) | |
| tree | 60c7dc9d822f1ddcdb4550b93db9e9fea49605b3 /ReadMe.md | |
| parent | c142fe6fda7d09e929c9706b444cdc13ed5e72f3 (diff) | |
IMP: 64X000 newosldr support.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,24 +1,26 @@ <!-- README --> -NewOS is an operating system based on Zeta^1 and a microkernel codenamed 'Ne'. +# ZKA (Zeta Kernel Architecture) + +ZKA is an operating system kernel, also codenamed 'Ne'. <br> You need: - MinGW/GCC for the kernel and bootloader. - Netwide Assembler/CodeTools to output COFF/PEF object code. -Start by cloning the repo: +## Start by cloning the repo: ``` git clone git@bitbucket.org:mahrouss/microkernel.git ``` -And execute: +## And execute: ``` make -f amd64-efi.make all ``` -for the custom target 'AMD64 EPM' +For the custom target 'AMD64 EPM'. ##### Copyright, Zeta Electronics Corporation, all rights reserved. |
