diff options
| author | Amlal El Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-03-23 16:36:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-23 16:36:32 +0100 |
| commit | b6ae4a9b54119e4e0aff97ccba98052965fe034c (patch) | |
| tree | d2811a92978c213e942034ea8f89656b22601deb | |
| parent | 9e4307bf097100bc25c569b2caab9f6f2358c131 (diff) | |
Update ReadMe.md
Reworking readme.
| -rw-r--r-- | ReadMe.md | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,6 +1,20 @@ -# CoreBoot IPL -## Multi-Platform IPL. +# NeKernel Firmware -Made for 64x0, RISC-V, AMD64 and POWER architectures. +## Requirements: -###### Copyright 2024, Amlal EL Mahrouss. all rights reserved. +- [CLang](https://clang.llvm.org/) +- [NASM](https://nasm.us/) +- [Git](https://git-scm.com/) +- GNU Make + +## Cloning: + +```sh + git clone git@github.com:amlel-el-mahrouss/fw.git +``` + +## Building: + + + +###### Copyright 2024-2025, Amlal EL Mahrouss. all rights reserved. |
