diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-07 09:23:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 09:23:33 -0500 |
| commit | 1a20507a6ecaa084b61d9b9d686d2e186b683e35 (patch) | |
| tree | f9f949c076251b9924dc8424b00fb071f44fc719 | |
| parent | dda154b5898529312739a149e5a21edc38a2152f (diff) | |
| parent | 1b82bb9468d38757b27d0723af26c2b052d92ce3 (diff) | |
Merge pull request #113 from nekernel-org/new-readme
chore: new README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -14,14 +14,6 @@ <img src="meta/media/demo.gif" alt="NeKernel Logo" width="1280"/> ---- - -## 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/<your-username>/nekernel.git cd nekernel ./scripts/setup_x64_project.sh ./scripts/modules_ahci_x64.sh |
