summaryrefslogtreecommitdiffhomepage
path: root/dev/user
AgeCommit message (Expand)Author
2025-05-14feat(kernel): add ddk.sys to the build flow, finished the mk_fwrk CLI.Amlal El Mahrouss
2025-05-13feat(kernel): expand KDBG packet structure, and prefix hexadecimalAmlal El Mahrouss
2025-05-11feat(kernel/hefs): Fixed the shortcomings and issues of HeFS.Amlal El Mahrouss
2025-05-04feat(cleanup): cleanup codebase.Amlal
2025-04-28dev, kernel: HeFS, Tooling: reworked the mkfs.hefs tool for the new filesystem.Amlal
2025-04-27dev: fixes and improvements, codebase formating too.Amlal
2025-04-26dev, kernel and user: codebase additions and work in progress 'tactical pause'Amlal
2025-04-25dev, user.sys: fix compiler errors.Amlal
2025-04-25dev: better .clang-format, ran format command.Amlal
2025-04-24dev, tooling: Improve the tools and frameworks on userspace.Amlal El Mahrouss
2025-04-23dev, kernel: necessary refactors regarding future changes.Amlal El Mahrouss
2025-04-20kernel, dev: python script to make an ESP from files.Amlal El Mahrouss
2025-04-18kernel, boot: improvements and tweaks on the kernel's filesystems.Amlal El Mahrouss
2025-04-15dev, user: drafting a system call map.Amlal El Mahrouss
2025-04-15dev, user: user.sys refactors.Amlal El Mahrouss
2025-04-15fix, kernel, boot, mod: Fixing issues regarding the boot flow and theAmlal El Mahrouss
2025-04-11tweak kernel, boot: use -Wall, -Werror, -Wpedantic now.Amlal El Mahrouss
2025-04-01kernel/storage, pio, ahci, dma: a lot of patches and fixes according to Stora...Amlal El Mahrouss
2025-03-31dev/user: user.sys shall be the main component which handles syscalls,Amlal El Mahrouss
2025-03-31meta/repository: fix capitalization on my name 'El' instead of 'EL'.Amlal 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
2025-03-28kernel: breaking: Change namespace from NeOS to Kernel.Amlal El Mahrouss
2025-03-27BootZ: Introduce NetBoot module & consolidate STANDALONE macroAmlal El Mahrouss
2025-03-27add: new driver device kit API. (DDK)Amlal El Mahrouss