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