From 8b7216aaf2dacad7ce67d734d07b047fed8ec01e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 29 Dec 2024 09:57:48 +0100 Subject: IMPL: NeFS: Add file lock feature and validation for it. - 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 --- dev/Kernel/KernelKit/LPC.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/Kernel/KernelKit/LPC.h') diff --git a/dev/Kernel/KernelKit/LPC.h b/dev/Kernel/KernelKit/LPC.h index 6596d77f..c73c9da7 100644 --- a/dev/Kernel/KernelKit/LPC.h +++ b/dev/Kernel/KernelKit/LPC.h @@ -57,6 +57,7 @@ namespace Kernel inline constexpr HError kErrorInvalidCreds = 61; inline constexpr HError kErrorCDTrayBroken = 62; inline constexpr HError kErrorUnrecoverableDisk = 63; + inline constexpr HError kErrorFileLocked = 64; inline constexpr HError kErrorUnimplemented = 0; /// @brief Raises a bug check stop code. -- cgit v1.2.3