diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 13:50:40 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 13:50:40 +0100 |
| commit | fe6f35819564eda350778b84e12baea12f8e3e73 (patch) | |
| tree | c94c25b346aa38ddab065c4af6a30a2473d667e1 | |
| parent | 71593408d2a415fcac5861697d63c703edfe9dc2 (diff) | |
chore: reworking README and update modules.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 17 | ||||
| m--------- | src/kernel | 0 | ||||
| m--------- | src/nectar | 0 |
3 files changed, 13 insertions, 4 deletions
@@ -1,8 +1,15 @@ -# NeKernel.org. +<!-- Read Me of NeKernel Sources --> -The software distribution of NeKernel. +<div align="center"> + <h1> + <b>The NeKernel.org.</b> + </h1> + <p> + <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a> + </p> +</div> -Developed to hold the its components and system root altogether. +This is the software distribution of NeKernel.org ## The Rationale: @@ -12,7 +19,7 @@ There is three main reasons for this repository's existence: - Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel) - Easier cycles and vetting for NeKernel.org releases. -## Building NeKernel.org: +## Building: You will need: @@ -20,4 +27,6 @@ You will need: - `MinGW` or `Clang` depending on the HAL/target ISA. - `GNU CoreUtils` for the core compiler utilities. +Please follow the the tutorials in `/src/reference` to get started. + ###### Copyright 2025, Amlal El Mahrouss & NeKernel.org Authors. Licensed under Apache 2.0. diff --git a/src/kernel b/src/kernel -Subproject 43070af2cd1dc36b43da4776b52f667e7c714d7 +Subproject 0d9861972cf2f896b24673dd91c19257476e0b2 diff --git a/src/nectar b/src/nectar -Subproject 877de2b648ae76fa150f75269a23b8ec7476ca5 +Subproject e2647ee4bea8ae8a817a15ea4ed469e61808e13 |
