summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-25 08:58:33 +0100
committerGitHub <noreply@github.com>2025-01-25 08:58:33 +0100
commitbd2b4ed76032cbfb997a9452bdd221dfab9edd82 (patch)
tree0f2411d3dd5733809243eef5b6ae032733a89e4a
parent85549734440767cda6e7fb0d6984437b3948bcbe (diff)
ADD: New ReadMe
-rw-r--r--ReadMe.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 1317ce87..4c8c8aed 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -13,16 +13,18 @@ A Microkernel written in C++ 20, with a System Call Interface Library, and custo
## Requirements:
-- MinGW/GCC for the Kernel, Boot Loader and the LibSCI.
-- Netwide Assembler for the x64 assembly files (in case you're compiling for AMD64).
+- MinGW/GCC
+- Netwide Assembler
+- Git
+- BTB
## Installation:
Clone repository:
```
-git clone git@github.com:mediaswirl/openne.git
-cd openne
+git clone git@github.com:mediaswirl/nekernel.git
+cd nekernel
```
</br>