diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-22 20:21:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-22 20:21:08 +0100 |
| commit | eba5dbf36b5c96ce8d3e2c46cf9d798c3fb7ec89 (patch) | |
| tree | b3fb44810197b791c62b64a1069fd385fba23f8e /make_docs.sh | |
| parent | 89e8d71556a88fa36f8b18a553f589ab66748895 (diff) | |
kernel(general): Refactor AHCI driver and clean up project structure
- Reworked AHCI command setup: fixed command slot indexing and clarified memory setup
- Updated AHCI disk initialization to use reference for ATAPI flag
- Cleaned up verbose logging in scheduler and IRQ handler for a quieter kernel log
- Updated boot image target from fat32.img to neos.img
- Renamed and moved documentation files from `doc/` to `docs/` for consistency
- Renamed `make_docs.sh` to `osx_docs.sh` to reflect platform-specific intent
- Minor formatting improvements in DiskImage struct
- Revised ReadMe: clarified mount instructions and removed outdated screenshots
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'make_docs.sh')
| -rwxr-xr-x | make_docs.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make_docs.sh b/make_docs.sh deleted file mode 100755 index 2d9a0a22..00000000 --- a/make_docs.sh +++ /dev/null @@ -1,5 +0,0 @@ -# !/bin/zsh - -mkdir -p html - -XSDocgen --source ./dev/ --output ./html --undocumented --project-name "NeKernel MicroKernel" --enable-c++ --project-copyright "Amlal EL Mahrouss © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "Amlal EL Mahrouss" |
