summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-31 10:47:14 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-31 10:47:14 +0200
commit2c4b02249ec4355a73b826909ab1889e45871faf (patch)
treea904b374c7a738dd3dcb0a580e5667714b72682a /ReadMe.md
parentd65e85588388bf8c2e0dc8f6b106947110c0e815 (diff)
Saving progress on User scheduler implementation.
+ Working on RISC-V, ARM64, POWER64 HALs, to be able to distribute mulitple versions of the product. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 34f16b49..41456055 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -4,11 +4,11 @@
# ZKA Kernel Architecture (Mark 1)
-ZKA is an operating system kernel of New OS.
+ZKA is an operating system Kernel of New OS.
## Installation:
-- MinGW/GCC for the kernel and bootloader.
+- MinGW/GCC for the Kernel and bootloader.
- Netwide Assembler/NDK to output COFF/PEF object code.
### Start by cloning the OS: