diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 17:01:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 17:01:19 +0200 |
| commit | 33a94b84237afa61d2f15fa158664137724d60a4 (patch) | |
| tree | 069e51ec88a6c6a7443e7b095e9678ae689848b7 /README.md | |
| parent | d62606e83241d1377790c5e69b988c805523fa51 (diff) | |
| parent | 4edacbb20e2dd8c0e71cfbfc6712654c36f9c4e5 (diff) | |
Merge pull request #2 from amlel-el-mahrouss/dev
dev to master: mostly minor patches.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -7,7 +7,15 @@ [](LICENSE) [](#) -## Notice for Documentation: +## Brief: + +A kernel for engineers who want a custom solution for their stack, written mostly in C++ it aims to provide a base for other projects/products. + +## User Friendly Diagram: + + + +## Notice for Doxygen: Use the doxygen command to build documentation. <br/> @@ -23,18 +31,18 @@ A documentation regarding building, and developing for NeKernel is available her ## Notice for Contributors: -- You must mount the contents to the nekernel-esp.img prior running! Otherwise the emulator won't find a valid ESP. -- Always use `format.sh` before commiting and pushing your code! +- You must mount the contents to the nekernel-esp.img prior running! + - It depends mostly on how your platform manages them, so have a look at it. -## Quick Install: +- Run `format.sh` before commiting, it formats the code according to the .clang-format. -Clone the repository: +## Getting Started: ```sh git clone git@github.com:amlel-el-mahrouss/nekernel.git cd nekernel ./setup_amd64.sh -./debug_ata.sh # Generic ATA PIO target +./debug_ata_x64.sh # Generic ATA PIO target ``` ###### Copyright (C) 2024-2025 Amlal El Mahrouss, All rights reserved. |
