summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-28 15:38:05 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-28 15:44:12 +0200
commita9b891eb31b874c14fce79f7e3e9da8fab475224 (patch)
tree60c7dc9d822f1ddcdb4550b93db9e9fea49605b3 /ReadMe.md
parentc142fe6fda7d09e929c9706b444cdc13ed5e72f3 (diff)
IMP: 64X000 newosldr support.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/ReadMe.md b/ReadMe.md
index e5beac8e..34931cae 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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.