diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-26 20:33:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-26 20:33:57 +0100 |
| commit | 52d1d83119c8f3c2455f09920ad47766210479c7 (patch) | |
| tree | 86b10dee8a427bfdcf2525d155c16d2e2a846153 /README.md | |
| parent | 6c09ce86367ef0729a25e58314eefc543aaa83b7 (diff) | |
feat(boot): kern_ver nvram variable.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..c54436c0 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +<!-- Read Me of NeKernel --> + +# NeKernel + +Use the doxygen command to build documentation. +<br/> +A documentation regarding building, and developing for NeKernel is available here: https://amlel-el-mahrouss.github.io/nekernel-docs/ + +## Requirements: + +- [MINGW-W64](https://www.mingw-w64.org/) +- [CLANG](https://clang.llvm.org/) +- [NASM](https://nasm.us/) +- [GIT](https://git-scm.com/) +- [BTB](https://github.com/amlel-el-mahrouss/btb) + +## Notice for Contributors: + +- You must mount the contents to the neos_esp.img prior running! Otherwise the emulator won't find a valid ESP. +- Always use `run_format.sh` before commiting and pushing your code! + +## Quick Install: + +Clone the repository: + +```sh +git clone git@github.com:amlel-el-mahrouss/nekernel.git +cd nekernel +./setup_amd64.sh +./debug_ata.sh # Generic ATA PIO target +``` + +###### Copyright (C) 2024-2025 Amlal EL Mahrouss, All rights reserved. |
