summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/src/System
AgeCommit message (Collapse)Author
2025-01-20ADD: SwapDisk format, you use a custom data structure to work with virtual ↵Amlal
memory now. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
2025-01-18ADD: SwapDisk class has been patched and FileStream class too.Amlal
ADD: Patch amd64 makefile, make sure to include src/System/ in build. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
2025-01-14T& Labs's ZKA, Multi-Processor Operating System.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2025-01-11ADD: Rebrand.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-12-29IMPL: SwapDiskDelegate.h class and Swap API.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-12-29IMPL: NeFS: Add file lock feature and validation for it.Amlal El Mahrouss
- It is added to hide files from indexing. - And will be used to hide system files. IMPL: Swap: Add SwapDiskDelegate class, will also work on a swap packet structure. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>