summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-09-28Update graphics stack API.Amlal
2024-09-28feat: Add common XPCOM controls directory, restructure project, and introduce...Amlal
2024-09-28refactor: Moved functions to end of namespace in Processor.hxxAmlal
2024-09-28Add Setup wizard.Amlal EL Mahrouss
2024-09-28feat: math.hxx, pdf.hxx and CoreCG had breaking changes or were just introduced.Amlal
2024-09-27Merge branch 'unstable' of gitlab.com:mahrouss/zka-dev into unstableAmlal
2024-09-27feat&wip: Math API for CG, WiP HAL Paging API.Amlal
2024-09-25IMP: Add driver creation tool, zxdmake. Also adding a FireWall system.Amlal EL Mahrouss
2024-09-25Refactor codebase: Move Objects to obj/, fix flags, remove .vscode, add syscallsAmlal
2024-09-24Refactor kernel refactors and worked on fixing the GPF on user mode switch.Amlal
2024-09-24META: Update commit number.Amlal
2024-09-24Refactor: Rename FAT32.cxx to HPFS.cxxAmlal
2024-09-24IMP: Working on Paging API...Amlal
2024-09-22Refactor: Fixed invalid path for case sensitive file systems.Amlal
2024-09-22:boom: A big refactor on the filesystem structure.Amlal
2024-09-20Merge branch 'unstable' of gitlab.com:mahrouss/zka-dev into unstableAmlal
2024-09-20Add License file for Macros.hxxAmlal
2024-09-20Add new file, named CODEOWNERSAmlal El Mahrouss
2024-09-20Patches for kernel, alongside code fixes for user after free and Heap API ref...Amlal
2024-09-19IMP: Heap.hxx, Add mm_delete_class, which calls C++ destructor and then frees...Amlal
2024-09-15IMP: Add Scheduler design diagram.Amlal
2024-09-15FIX: Zero memory the HIB's padding zone. (Heap.cxx)Amlal
2024-09-14Replace Draw IO file for ZXD.Amlal
2024-09-14IMP: Fixes and improvements on PEF Loader, User scheduler and BMP manager.Amlal
2024-09-13META: Add CREDITS for code.Amlal
2024-09-13ZKA:HalBMPMGr.cxx: Fixed bit map allocator.Amlal
2024-09-13DDK: Export DDK symbols by default.Amlal
2024-09-13Handover.hxx: Remove useless BootMainKind type.Amlal
2024-09-13META: Daily bump.Amlal
2024-09-12Improve BMP allocator and add kPeDLLBase and kPeEXEBase.Amlal
2024-09-12Heap.cxx: Improvements and fixes over heap.Amlal
2024-09-12Kernel and Bootloader improvements.Amlal
2024-09-12Kernel improvements, and Paging API changes.Amlal
2024-09-11Did work on lowering overhead and a faster kernel to userspace loading.Amlal
2024-09-11REWORK: Reworking Paging API on AMD64.Amlal
2024-09-11IMP: Better architecture for task scheduling.Amlal
2024-09-11Update EPM standard.Amlal
2024-09-11IMP: Add FreeBitMap method in IBitMapAllocator.Amlal
2024-09-10Improve makefile.Amlal
2024-09-10FIX: Don't disable optimizationsAmlal
2024-09-10[ IMP ] Repository bump.Amlal
2024-09-10Fix: See below.Amlal
2024-09-09META: Update run_format to format .cc alsoAmlal
2024-09-09FIX: Kernel related, see below.Amlal
2024-09-09FIX: Scheduler improvements, MM improvements, worked on a tiny bmp allocator ...Amlal
2024-09-09Bump repository.Amlal
2024-09-09META: Bumping repository.Amlal
2024-09-08A lot:Amlal
2024-09-08Tiny refactors, changes soon.Amlal
2024-09-08[ IMP ] Don't use the functions when jumping to user space via scheduler, sin...Amlal