From eba5dbf36b5c96ce8d3e2c46cf9d798c3fb7ec89 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 22 Mar 2025 20:21:08 +0100 Subject: 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 --- ReadMe.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'ReadMe.md') diff --git a/ReadMe.md b/ReadMe.md index 45e9ba17..bef76a5c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,13 +10,10 @@ - [GIT](https://git-scm.com/) - [BTB](https://github.com/ne-gh/btb) -## Builders's Notice: +## Notice for Contributors: -You must mount the contents to the fat32.img prior running! Otherwise the emulator won't find a valid ESP. - -## Contributors's Notice: - -Always use `run_format.sh` before commiting and pushing your code! +- You must mount the contents to the neos.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: @@ -29,10 +26,4 @@ cd kernel ./debug_ata.sh # Generic ATA PIO target ``` -## Screenshots: - -![FS](doc/filesystem.png) - -![APIC](doc/apic.png) - ###### Copyright (C) 2024-2025 Amlal EL Mahrouss, All rights reserved. -- cgit v1.2.3