| Age | Commit message (Expand) | Author |
| 2025-03-23 | Rename libSCI to libSCIKit | Amlal El Mahrouss |
| 2025-03-23 | kernel(fix): Last fixes in order to build NeKernel, and fix CI. | Amlal El Mahrouss |
| 2025-03-23 | kernel(platform): Remove AXP platform. | Amlal El Mahrouss |
| 2025-03-23 | meta(kernel): Reworked repository's filesystem structure. | Amlal El Mahrouss |
| 2025-03-22 | kernel(tweak): Tweak scheduler interrupt handler | Amlal El Mahrouss |
| 2025-03-22 | kernel(general): Refactor AHCI driver and clean up project structure | Amlal El Mahrouss |
| 2025-03-22 | kernel(PCI): Let compare UInt8 (UChar) with PciDeviceKind in Database.h | Amlal El Mahrouss |
| 2025-03-21 | kernel(meta): Remove useless readme. | Amlal El Mahrouss |
| 2025-03-21 | project(format): Ran the run_format.sh, in order to comply with | Amlal El Mahrouss |
| 2025-03-21 | kernel(storage): Add two functions, sk_io_read_ahci and sk_io_write_ahci. To ... | Amlal El Mahrouss |
| 2025-03-20 | NetBoot.cc: Rework NetBoot module, EEPROM flash needs to be implemented for N... | Amlal El Mahrouss |
| 2025-03-20 | Refactored BootKit and DiskImage framework, minor kernel fixes | Amlal El Mahrouss |
| 2025-03-20 | doc: Refactor names in directory. | Amlal El Mahrouss |
| 2025-03-20 | NetBoot.h: Rename NetBootInternetHeader to NETBOOT_INTERNET_HEADER. | Amlal El Mahrouss |
| 2025-03-20 | AXP: Remove unprofessional readme(s). | Amlal El Mahrouss |
| 2025-03-20 | AHCI-Generic.cc: Disk Driver builtin improvements. | Amlal El Mahrouss |
| 2025-03-20 | CI: Update Makefile and CI step. | Amlal El Mahrouss |
| 2025-03-20 | Use a generic gcc for the CI. | Amlal El Mahrouss |
| 2025-03-20 | Add CI makefile. | Amlal El Mahrouss |
| 2025-03-20 | Tweak Build Makefile for SCI. | Amlal El Mahrouss |
| 2025-03-20 | BootKit.h: Documentation improvements to BDiskFormatFactory. | Amlal El Mahrouss |
| 2025-03-20 | BootKit.h: Better logging of the new partition's block. | Amlal El Mahrouss |
| 2025-03-20 | BootKit.h: refactor BDiskFormatFactory class. | Amlal El Mahrouss |
| 2025-03-20 | Boot: Remove its useless ReadMe. | Amlal El Mahrouss |
| 2025-03-20 | DMA.cc: Use UInt32 instead of UIntPtr for the offset. | Amlal El Mahrouss |
| 2025-03-19 | Replace BSD-3 with GPL 3. | Amlal El Mahrouss |
| 2025-03-19 | refactor(kernel): Standardize DMA and AHCI interfaces and enhance GIC handling | Amlal El Mahrouss |
| 2025-03-19 | AHCI+Generic.cc: Remove redundant drv_compute_disk_ahci call. | Amlal El Mahrouss |
| 2025-03-19 | HalKernelMain: Better names for rdtsc related variables. | Amlal El Mahrouss |
| 2025-03-19 | BootEFI.cc: Document NVRAM attributes. | Amlal El Mahrouss |
| 2025-03-19 | ADD: AHCI+Generic.cc: ahci_enable_and_probe has been added to apply the | Amlal El Mahrouss |
| 2025-03-19 | AHCI+Generic.cc: Remove unused variable 'kAHCICommandIssued' | Amlal El Mahrouss |
| 2025-03-18 | AHCI+Generic.cc: Don't mix Drive and Disk, when logging metadata. | Amlal El Mahrouss |
| 2025-03-18 | feat(AHCI, HAL): Improve AHCI error handling & optimize HAL initialization | Amlal El Mahrouss |
| 2025-03-17 | TWEAK: Remove extra useless includes in HalKernelMain.cc | Amlal El Mahrouss |
| 2025-03-17 | ADD: Lift manadatory subsystem id on PE32+ kernel image, benchmarking | Amlal El Mahrouss |
| 2025-03-17 | META: Made build much more faster (34.4% speed improvement) | Amlal El Mahrouss |
| 2025-03-17 | IPCMsg.cc: DOC: Better documentation of IPC_MSG::Pass. | Amlal El Mahrouss |
| 2025-03-17 | META: Ran run_format.sh | Amlal El Mahrouss |
| 2025-03-17 | IPCMsg.cc: FIX: IPC_MSG::Pass: Fix method algorithm. | Amlal El Mahrouss |
| 2025-03-17 | Atom.h Add space between operator[] and operator|. | Amlal El Mahrouss |
| 2025-03-16 | Semaphore.h: Add Type. | Amlal El Mahrouss |
| 2025-03-16 | ADD: BinaryMutex class, and reworking Semaphore class. | Amlal El Mahrouss |
| 2025-03-16 | Variant: Add ::Kind method. | Amlal El Mahrouss |
| 2025-03-16 | AHCI: FIX: Place det || ipm condition before checking for ATAPI/SATA. | Amlal El Mahrouss |
| 2025-03-16 | AHCI+Generic.cc: Remove duplicate Cmd (FIS recv enable + Start Command tbl) | Amlal El Mahrouss |
| 2025-03-16 | AHCI.cc: FIX: Avoid looking on DMA directly. | Amlal El Mahrouss |
| 2025-03-16 | AHCI+Generic.cc: Fix formula for kSATASectorCount. | Amlal El Mahrouss |
| 2025-03-16 | KString.cc: Use this-> in code. | Amlal El Mahrouss |
| 2025-03-16 | FIX: IPEFDylibObject.cc: delete dll_Obj->Get() too, when fBlob is NULL. | Amlal El Mahrouss |