summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit
AgeCommit message (Collapse)Author
2025-08-23feat: CoreProcessScheduler: forwarded classes doesn't need `classAmlal El Mahrouss
` anymore. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-23feat: scheduler: ProcessImage should be friend with KernelScheduler,Amlal El Mahrouss
not helper. feat! scheduler: Introduce ProcessID as only PID type. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-21feat: Reworked `hefsi_hash_64` to follow the codebase's conventions.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-21feat: refactor and fixed python scripts.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-20feat: Heavily reworked the SMP subsystem paper.Amlal El Mahrouss
refactor: BinaryMutex implementation and paper has been reworked as well using LockAndWait instead of LockOrWait. other: Reworked tooling macros. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-17feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements.Amlal
feat: ZXD: Define the ZXD format. TeX file for PEF and ZXD to be written soon. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-16feat: PEF.h add kPefKindInvalid to PEF kind enum.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-16feat: ACPI: Better error handling.v0.0.4-releaseAmlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-12feat! abi! Breaking ABI changes in the PEF format!Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-11feat: Semaphore API has been documented, RTL driver improvements, and better ↵Amlal
help for fsck.hefs. Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-09feat: warning fixes and Semaphore API patches.Amlal
what: - The Semaphore API is being preppared for v0.0.4 Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-05feat: PEFCodeMgr: Improved FAT binary support, made code more readable.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-04fix! PEFCodeMgr: critical fixes applied to PEF loader.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-03feat: LaTeX: update technical papers.Amlal El Mahrouss
feat: CPS: Assign image to nullptr in PROCESS_IMAGE container. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-01fix: BinaryMutex: Assign `fLockingProcess` to nullptr.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-01fix: KernelKit: fix BinaryMutex object, it used to took USER_PROCESS as ↵Amlal El Mahrouss
reference with a explicit default constructor. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-24feat: __CF_64BIT__ macro for CoreFoundation.fwrk.Amlal El Mahrouss
refactor! Semaphore API breaking changes in the new 'SemaphoreArr' type. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-24refactor: FB.h, Semaphore.h: minor style changes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23feat: new 'kErrorUnavailable' type and semaphore API breaking changes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23feat: new 'kErrorAccessDenied' type for semaphore api.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23feat: sem: fix usage of 'kErrorNetworkTimeout' to 'kErrorTimeout'Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23fix: sem: use 'kErrorTimeout' instead of 'kErrorNetworkTimeout'Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23fix: sem: fix decrement logic of the semaphore api's 'rtl_sem_wait'Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23feat: rtl_sem_wait: check semaphore for underflows.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23fix: sem: fix condition in 'rtl_sem_is_valid' as it was to strict.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23fix: sem: fix Semaphore API of kernel, validation and typo fixes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23fix: sem: remove useless 'namespace Kernel' comment on function.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-23feat: dev/kernel: Finish kernel semaphore API.Amlal El Mahrouss
note: - The API is very new, except breaking changces. - It may be buggy in some areas, except some changes soon. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-21fix: KPC: Fix duplicate of kErrorNetworkTimeout.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-21feat: NeKernel Semaphore API.Amlal El Mahrouss
includes: - New semaphore API for the kernel, we also make use of the HardwareTimer class here. - Defined header only for now. - New HAL HW Timer API in AMD64. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-19feat: wip: new tree kind 'kSpecial' and refactor user scheduler code ↵Amlal El Mahrouss
temporary regarding FileTree allocation. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-19feat: CoreProcessScheduler has now a 'kSpecial' type for trees. (Because of ↵Amlal El Mahrouss
SwapKit, or devices) reworked LibMSG lisp function pointer type. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-10refactor: use `rt_debug_cmd` instead of `rt_debug_type`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-09feat: KID, UPS improvements, and future refactors regarding theAmlal El Mahrouss
FileTree system inside the UPS. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-09refactor! `CoreProcessScheduler` now uses `kFile` instead of `kFD`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-08refactor: comments cleanup, breaking change! updated TLS magic from ZKAAmlal El Mahrouss
to NKO. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-08refactor: Refactor NeKernel's TLS API.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-07refactor: FileMgr: remove useless macros.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-07fix: FileMgr: use `sz` when `Reading` blob inside file.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-06feat: set `fFile` to nullptr when freeing it.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-06fix: CoreProcessScheduler.h: Correct `kTreeKindCount` enum value to three.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-05feat: add magic check in `fsck.hefs`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-05feat: Document `SpawnDylib`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-30feat: Introducing `FileTree` allocation and WiP DebugSrv integration.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-25fix: PEF format fixes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18PEF format update `5.0` and codebase refactors.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-18feat: Fix `ProcessLevelRing` enum value `kRingCount`Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-11feat: `___chkstk_ms` has been implemented for AMD64 HAL.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-10fix: UserProcessScheduler security patches.Amlal El Mahrouss
These patches are regarding: - Thread safety (exit code global has been removed.) - Code quality, in `SpawnDylib` - In memory allocation checks too. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-06-06feat: kernel: Start enforcing `User`s validation when issuing OS calls.Amlal El Mahrouss
refactor: PE: remove BaseOfData, as we are only relying on PE32+ now. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>