diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-25 08:58:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-25 08:58:33 +0100 |
| commit | bd2b4ed76032cbfb997a9452bdd221dfab9edd82 (patch) | |
| tree | 0f2411d3dd5733809243eef5b6ae032733a89e4a /ReadMe.md | |
| parent | 85549734440767cda6e7fb0d6984437b3948bcbe (diff) | |
ADD: New ReadMe
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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> |
