summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel
AgeCommit message (Expand)Author
2025-05-15feat(kernel): pushing the fixes regarding the scheduler, and working onAmlal El Mahrouss
2025-05-15feat(kernel): Finalizing the first version of the user scheduler.Amlal El Mahrouss
2025-05-14feat(kernel): Filesystem fixes, and others.Amlal El Mahrouss
2025-05-14feat(kernel): Set SubSystem according to TASK/PROCESS structure.Amlal El Mahrouss
2025-05-13feat(kernel): expand KDBG packet structure, and prefix hexadecimalAmlal El Mahrouss
2025-05-13feat(kernel): see below for the commit's details.Amlal El Mahrouss
2025-05-12feat: sched, tooling: improving and laying foundations for the futureAmlal El Mahrouss
2025-05-12dev(kernel:HeFS): fix warning in FileSystemParser file, and updated theAmlal El Mahrouss
2025-05-11dev(kernel:HeFS): Cleanup filesystem and AHCI driver.Amlal El Mahrouss
2025-05-11feat(HeFS): Raise minimum disk size threshold for HeFS to 128GB.Amlal El Mahrouss
2025-05-11feat(kernel/hefs): Fixed the shortcomings and issues of HeFS.Amlal El Mahrouss
2025-05-11dev(fix:AHCI): explicitly say that these functions are unused (when weAmlal El Mahrouss
2025-05-11feat(kernel): HeFS TeX specs have been updated, and cleaned up the official f...Amlal
2025-05-11fix(dev): emergency patches.Amlal
2025-05-11dev(feat:kernel): Working Core Layer of HeFS (Write/Read)Amlal
2025-05-10dev(kernel/HeFS): code cleanup, and improvements on the FS driver code.Amlal
2025-05-10dev(kernel): saving changes regarding HeFS, and also for the 0.0.2e2 release.Amlal
2025-05-10dev(kernel): feat: AHCI driver improvements against 'disk hangs', and HeFS ha...Amlal
2025-05-09dev(kernel, tooling): better code quality inside the codebase and more checks...Amlal
2025-05-08meta(kernel): saving changes to avoid loss.Amlal
2025-05-08feat(kernel): Fix warnings and bugs regarding the DebugOutput device.Amlal
2025-05-08feat(tooling): update HeFS headers, and better HeFS tooling.Amlal
2025-05-07feat(kernel): HeFS fixes, AHCI improvements, and MBCI tweaks.Amlal
2025-05-07feat(modules/MBCI): Finalize MBCI base module.Amlal
2025-05-06dev(kernel): Fix typo of `kHeFSDefaultVoluneName` to `kHeFSDefaultVolumeName`...Amlal El Mahrouss
2025-05-06feat(HeFS): Filesystem fixes and optimizations.Amlal
2025-05-06feat(kernel/HeFS): move sz_out out of the loop, to avoid it being reset.Amlal
2025-05-06dev(kernel): add __NE_VEPM__ macro to compile under VEPM.Amlal
2025-05-06dev(kernel): add __NE_VEPM__ macro to compile under VEPM.Amlal
2025-05-06dev(fix): Use VEPM in DriveMgr, to avoid unformatted disk error.Amlal
2025-05-06feat(kernel): Working on the last parts of HeFS V1, which will act as the bas...Amlal
2025-05-06feat(ahci-generic): validate sector_sz when dealing with AHCI I/O.Amlal
2025-05-05feat(kernel): new HeFS version, scheduler allocation tree improvements and re...0.0.2e1Amlal
2025-05-05feat(kernel): add .filetest to check if filesystem works correctly.Amlal
2025-05-05feat(kernel): remove usage of `left` inside `hefsi_rotate_tree`Amlal
2025-05-05fs:HeFS: Filesystem fixes.Amlal
2025-05-05feat(HeFS): Improving implementation and its quirks.Amlal
2025-05-05kernel(feat): fix compilation error casued by the previous commit being too '...Amlal
2025-05-04feat(cleanup): cleanup codebase.Amlal
2025-05-04meta(format.sh): format codebase.Amlal
2025-05-04feat(kernel/filesystem): update HeFS's FNV algorithm to 64-bit.Amlal
2025-05-04feat(kernel): update core scheduler enums.Amlal
2025-05-04feat(filesystem): Update HeFS implementation and specifications.Amlal
2025-05-03FS:HeFS: document hefsi_hash_64.Amlal
2025-05-03Remove accidental add of HeFS+TreeParser.ccAmlal
2025-05-03kernel: HeFS: breaking changes — major refactor of Index Node Directory layoutAmlal
2025-05-02kernel: HeFS: disk security improvements and new CreateFile and DeleteFile me...0.0.2Amlal
2025-05-02kernel, FS: Mostly patches regarding NeFS's formating and disk write implemen...Amlal
2025-05-02kernel: tex: Update spec docs.Amlal
2025-05-02kernel, fskit: HeFS: Worked on IND allocation and added removal support.Amlal