| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-14 | TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS. | Amlal El Mahrouss | |
| META: Along other tweaks and important ARM64 patches. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-14 | Kernel: Patch UserProcess::Delete, and AHCI identify command. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-14 | AHCI: Important tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-14 | AHCI.cc: Check Is for an HBA error. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-12 | ADD: Scheduler bug fixes, and working on deadlock prevention. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-12 | AHCI.cc: Don't panic when disk fails (AHCI) | Amlal El Mahrouss | |
| 2025-03-12 | AHCI.cc: Better AHCI driver. | Amlal El Mahrouss | |
| Build: Use FAT32 emulated on a USB-stick. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-12 | AHCI.cc: Replace Highest LBA with Sector Count. | Amlal El Mahrouss | |
| 2025-03-11 | ADD: A better AHCI driver. | Amlal El Mahrouss | |
| 2025-03-11 | Many AHCI improvements and IPC tweaks. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-10 | AHCI.cc Organize file. | Amlal El Mahrouss | |
| 2025-03-10 | AHCI.cc: Clear kACHICommandIssued once Ci is clear. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-09 | RAN format command, and fix DiskImage framework. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-07 | NeFS.h: Tailor header to private specifications. | Amlal El Mahrouss | |
| make_fs/CommandLine.cc: Include NEFS_ROOT_PARTITION_BLOCK too. | |||
| 2025-03-07 | Replace endl with kendl, and add make_fs; a tool to format a | Amlal El Mahrouss | |
| filesystem under the EPM. -> EPM + NeFS, HPFS, ext? Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-04 | CHORE&FEAT: Kernel/SCI: Lots of Chore and feat, see below. | Amlal El Mahrouss | |
| - Add traits for CmdListEntry in GPU's SCI. (GPU.h) - Set standard user directory as /user/ instead of /usr/. (User.cc/User.h) - Replace fSourcePid with fPID. (HardwareThreadScheduler.cc/HardwareThreadScheduler.h) | |||
| 2025-03-03 | AHCI: Improvements and tweaks. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-03-03 | ADD: Format source code and define __wm_msg struct (public version) | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-03 | ADD: AHCI: New AHCI Driver API, and refactor AHCIDeviceInterface class | Amlal El Mahrouss | |
| from SK. NEXT: System Call Table for Kernel to User interaction. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-02-26 | ADD: Tweaks and improvements. | Amlal | |
| 2025-02-25 | AHCI.cc: Update copyright holder. | Amlal | |
| 2025-02-24 | ADD: ARM64: MBCI 'FLSH' driver. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-24 | AHCI.cc: Use legal name of company now. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-24 | AHCI.cc: Fix missing return on type warning. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-22 | Use UInt16 instead of UInt32 (AHCI). | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-22 | AHCI.cc: Use UInt32 instead of auto. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-22 | AHCI.cc: Improvements on the AHCI Device class. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-22 | ADD: More improvements now on DeviceMgr. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-22 | New DeviceMgr, other APIs have been reworked as a result. | Amlal | |
| AHCI becomes the first module to be available in StorageKit. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-21 | ADD: Better documentation. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-21 | ADD: Explicit types instead of auto. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-21 | ADD: AHCI improvements | Amlal | |
| 2025-02-21 | AHCI.cc: Taking care of command header now. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-21 | Moved FB API to GPU.h Add Format, Message and Filesystem API. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | AHCI.cc: Update file to include static functions before exported functions. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | AHCI.cc: Lots of patches. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | Tweaks and Fixes to CRC and AHCI. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | NeOS: Namespace change from 'Kernel' to 'NeOS' | Amlal | |
| ADD: Start defining the Workstation's HPFS (High-Performance File System) Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | FS, DriveMgr, AHCI: Actively working on it. | Amlal | |
| PagingMgr: Define get_phys_address in C++ source directly. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-20 | ADD: Tweak AHCI driver. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-19 | AHCI.cc: Tweaks and improvements have been done to the driver. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-19 | AHCI.cc: Tweak AHCI driver. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-19 | ADD: Found the root cause of the AHCI issue. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-18 | ADD: A better thread scheduler. | Amlal | |
| 2025-02-18 | REFACTOR: ZBAOSLDR to BOOTZ. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2025-02-17 | ADD: Patch CountL and CountH in AHCI driver. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
