# NeKernel ## Required: - [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/ne-gh/btb) ## Building's Notice: You have to mount the FAT32 image in order to put the src/Root/ contents in it! (To make the emulator boot NeOS) ## Contributors's Notice: Always use `run_format.sh` before commiting and pushing your code! ## Quick Install: Clone the repository: ```sh git clone git@github.com:ne-gh/kernel.git cd kernel ./setup_amd64.sh ./debug_ata.sh # Generic ATA PIO target ``` ###### Copyright (C) 2024-2025 Amlal EL Mahrouss, All rights reserved.