summaryrefslogtreecommitdiffhomepage
path: root/dev
AgeCommit message (Expand)Author
2024-09-27feat&wip: Math API for CG, WiP HAL Paging API.Amlal
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-20Add License file for Macros.hxxAmlal
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-15FIX: Zero memory the HIB's padding zone. (Heap.cxx)Amlal
2024-09-14IMP: Fixes and improvements on PEF Loader, User scheduler and BMP manager.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-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
2024-09-08[ IMP ] DDK Model improvements and reworked the drvsign tool.Amlal
2024-09-08[dev/FeatureAdd] Add mm_new_class, as C++ new doesn't initialize class directly.Amlal
2024-09-07[dev/ZKA/HalProcessor.cxx] Better mm_map_page function.Amlal
2024-09-07Update Hang test.Amlal EL Mahrouss
2024-09-07[dev/HPFS] Include EBS header after EPM.Amlal EL Mahrouss
2024-09-07REFACTOR: Rename RunSCM to RunXPCOM.Amlal EL Mahrouss
2024-09-07[ IMP ] Fill Kind to be kEPMNewOS.Amlal EL Mahrouss
2024-09-07[ IMP ] Found issue, address of HangCPU isn't in paged area, so it doesn't re...Amlal
2024-09-07Daily bump.Amlal
2024-09-06Code refactors and improvements.Amlal
2024-09-06Kernel: Improvements and fixes have been done. (Amlal)Amlal
2024-09-06Fix Global Scheduler and fixing ring-3 switch on non MP Scheduler.Amlal
2024-09-06[ IMP ] Fix GDT code segments.Amlal