| Age | Commit message (Expand) | Author |
| 2025-04-16 | dev, kernel, boot: fix dumb early-init which caused the kernel to jump | Amlal El Mahrouss |
| 2025-04-15 | fix, kernel, boot, mod: Fixing issues regarding the boot flow and the | Amlal El Mahrouss |
| 2025-04-14 | meta: bumping sources. | Amlal El Mahrouss |
| 2025-04-14 | bootloader, netboot: integrate EFI_SIMPLE_NETWORK_PROTOCOL for HTTP-based ker... | Amlal El Mahrouss |
| 2025-04-13 | kernel, NeFS.cc: update filesystem description, correcting the shot. | Amlal El Mahrouss |
| 2025-04-13 | dev, scheduler, ahci, dev: Refactor scheduler, and fix minor mistakes. | Amlal El Mahrouss |
| 2025-04-11 | add debug switch on CI. | Amlal El Mahrouss |
| 2025-04-11 | fix. | Amlal El Mahrouss |
| 2025-04-11 | big commit, for pedantic CI. | Amlal El Mahrouss |
| 2025-04-11 | tweak kernel, boot: use -Wall, -Werror, -Wpedantic now. | Amlal El Mahrouss |
| 2025-04-11 | fix, mm: rework paging system. | Amlal El Mahrouss |
| 2025-04-10 | kernel, boot: a lot of improvements regarding memory probing. | Amlal El Mahrouss |
| 2025-04-10 | dev, meta: minor tweaks and improvements. | Amlal El Mahrouss |
| 2025-04-08 | dev: Urgent patches regarding memory management. | Amlal El Mahrouss |
| 2025-04-08 | kernel, storage, heap, abi: lots of improvements and tweaks. | Amlal El Mahrouss |
| 2025-04-08 | pci, Device.h: remove unused function prototypes. | Amlal El Mahrouss |
| 2025-04-08 | storage, ahci: only assign `kSATAPortsImplemented` when init's successful. | Amlal El Mahrouss |
| 2025-04-08 | pci, Device.h: use sizeof UInt32 instead of relying on a number. | Amlal El Mahrouss |
| 2025-04-08 | pci, Device.h: minor tweaks. | Amlal El Mahrouss |
| 2025-04-07 | kernel/ufs: Remove invalid macros. | Amlal El Mahrouss |
| 2025-04-06 | fs/NeFS.cc: `buf` must be zeroed out. | Amlal El Mahrouss |
| 2025-04-06 | fs/nefs: Optimize ::Format method for EPM inside NeFileSystemParser. | Amlal El Mahrouss |
| 2025-04-06 | kernel/storage: use correct if branching to avoid future compiler errors. | Amlal El Mahrouss |
| 2025-04-06 | adding an align function designed for AHCI's needs and drivemgr's | Amlal El Mahrouss |
| 2025-04-05 | AHCI+Generic.cc: a little but important tweak regarding AHCI generic | Amlal El Mahrouss |
| 2025-04-05 | kernel: storage, modules, mbci: implement mbci_read_auth_key, mbci_test_mmio,... | Amlal El Mahrouss |
| 2025-04-04 | kernel, storage: important patches done to AHCI, PIO, PagingMgr, and DMA. | Amlal El Mahrouss |
| 2025-04-03 | fmt/pef.h: correcting minor mistakes. | Amlal El Mahrouss |
| 2025-04-03 | kernel/pci: document Device class. | Amlal El Mahrouss |
| 2025-04-02 | boot/net: rename Boot.S files, clarify EEPROM implication, and prep UDP read | Amlal El Mahrouss |
| 2025-04-01 | kernel/wip: SMP tweaks, and code cleanup. | Amlal El Mahrouss |
| 2025-04-01 | ahci, boot: bump, and working on a patch. | Amlal El Mahrouss |
| 2025-04-01 | fix/paging: Fix page manager API probe and tlb invalidator logic. | Amlal El Mahrouss |
| 2025-04-01 | kernel/storage, pio, ahci, dma: a lot of patches and fixes according to Stora... | Amlal El Mahrouss |
| 2025-04-01 | boot, kernel, modules: unify gfx headers, fix AHCI LBA48, standardize ModuleMain | Amlal El Mahrouss |
| 2025-03-31 | firmware/netboot: final refactors regarding netboot. | Amlal El Mahrouss |
| 2025-03-31 | ahci: fix useless '#include "' which is also breaking nekernel's coding stand... | Amlal El Mahrouss |
| 2025-03-31 | ahci: a set of important patches of generic ahci driver. | Amlal El Mahrouss |
| 2025-03-31 | boot/efi: a set of important patches regarding efi bootz. | Amlal El Mahrouss |
| 2025-03-31 | meta: ran format.sh | Amlal El Mahrouss |
| 2025-03-31 | docs: add mermaid directory, fix bad refactor in HeFS.h, and updated | Amlal El Mahrouss |
| 2025-03-31 | storage: unify naming for drive protocol interface | Amlal El Mahrouss |
| 2025-03-31 | dev/user: user.sys shall be the main component which handles syscalls, | Amlal El Mahrouss |
| 2025-03-31 | boot: fix framebuffer init and restore boot on real hardware | Amlal El Mahrouss |
| 2025-03-31 | efi: make it fit the 8.3 limit (FAT) | Amlal El Mahrouss |
| 2025-03-31 | meta/repository: fix capitalization on my name 'El' instead of 'EL'. | Amlal El Mahrouss |
| 2025-03-30 | kernel/crc32.cc: new crc32 table generated from pycrc (just to be sure). | Amlal El Mahrouss |
| 2025-03-30 | kernel/crc32.cc: Fix poly div inside ke_calculate_crc32. | Amlal El Mahrouss |
| 2025-03-29 | hal/amd64: unify GDT/IDT setup and rename I/O ops | Amlal El Mahrouss |
| 2025-03-29 | ddk: refactor: reorganize kit into a standard kernel kit. | Amlal El Mahrouss |