summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-07-14 21:07:52 +0100
committerGitHub <noreply@github.com>2025-07-14 21:07:52 +0100
commit8a05795a39d896e7f8834e98d5e3de5773f70ec5 (patch)
treee63870a2cb901cef340270cd98f995a8a168b843 /ReadMe.md
parente49b26f4f6a38139f78c7085b922ba7c01b03524 (diff)
wip: CoreBoot -> NeBoot refactor.
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ReadMe.md b/ReadMe.md
index eb98ec5..789ddc3 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,6 +1,6 @@
-# CoreBoot
+# NeBoot
-![CI](https://github.com/amlel-el-mahrouss/fw/actions/workflows/arm64.yml/badge.svg)
+![ARM64](https://github.com/nekenel-org/firmware/actions/workflows/arm64.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
[![QEMU Tested](https://img.shields.io/badge/QEMU-Tested-success)](#)
@@ -10,10 +10,10 @@ Build the documentation using Doxygen's `doxygen` CLI tool.
## Requirements:
-- [CLang](https://clang.llvm.org/)
+- [Clang](https://clang.llvm.org/)
- [NASM](https://nasm.us/)
- [Git](https://git-scm.com/)
-- GNU Make
+- GNU Developer Utils (Make, GCC...)
## Cloning: