diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-20 07:26:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-20 07:26:01 +0100 |
| commit | 66617026146e24f7a38b0f1c952601f4442dceaa (patch) | |
| tree | 8c0b6bcdc488974793b7497468878b4817cdd300 | |
| parent | cdd1f8b4be08dacad13da20c222277e5e1cb3689 (diff) | |
| parent | 6afe9f774af355a8889fb9fe08b742992bce7b00 (diff) | |
Merge branch 'develop' of github.com:ne-foss-org/ne-kernel into develop
| -rw-r--r-- | README.md | 28 |
1 files changed, 11 insertions, 17 deletions
@@ -1,15 +1,15 @@ <!-- Read Me of NeKernel --> -<div align="center"> - <h1> - <b>🍯 The NeKernel:</b> - </h1> - <p> - <a href="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg" alt="CI"></a> - <a href="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg" alt="CI"></a> - <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a> - </p> -</div> +# 🍯 The NeKernel + +<a href="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/boot-ahci-dev.yml/badge.svg" alt="CI"></a> +<a href="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg"><img src="https://github.com/ne-foss-org/nekernel/actions/workflows/kernel-ahci-dev.yml/badge.svg" alt="CI"></a> +<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a> + + +## About: + +The Base OS of the NeSystem designed for portability and scalability. A hybrid system written in modern C++ for backend systems. ## Getting Started: @@ -32,17 +32,11 @@ git clone -j8 https://github.com/ne-foss-org/nekernel.git cd nekernel ./scripts/setup_x64_project.sh ./scripts/modules_ahci_x64.sh -./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU, USB) +./scripts/debug_ahci_x64.sh # For debug generic AHCI target (QEMU, UDF) ``` --- -## Love our work? - -Give us a star on GitHub! - - - ## Community: Join our [Discord](https://discord.gg/uD76Qweght), we're quite active and open for contributors! |
