From 1b82bb9468d38757b27d0723af26c2b052d92ce3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Dec 2025 09:20:03 -0500 Subject: chore: new README.md Signed-off-by: Amlal El Mahrouss --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a92cef69..0af6c820 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,6 @@ NeKernel Logo ---- - -## Overview - -**NeKernel** is a modern, multi-platform microkernel designed for security, modularity, and performance. It features a custom VFS, advanced memory management, a flexible DDK (Driver Development Kit), and robust userland tools. NeKernel is built for research, education, and next-generation OS development. - ---- - ## Getting Started ### **Requirements** @@ -32,8 +24,10 @@ ### **Building & Running** +Please fork, and clone the repository. Then follow those steps: + ```sh -git clone https://github.com/nekernel-org/nekernel.git +git clone https://github.com//nekernel.git cd nekernel ./scripts/setup_x64_project.sh ./scripts/modules_ahci_x64.sh -- cgit v1.2.3