diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
| commit | 4bc2a20e699812c397e0d9e3901d91196d8681f0 (patch) | |
| tree | 0a00c7d47236cacf21413f58341bec6c0ec97455 /Kernel/FSKit | |
| parent | 25c6f11de8d859d2aab49848cfc2c2d9a7f33153 (diff) | |
[newoskrnl.dll] Fixes and improvements, mostly on New FS and User Security support.
[encryptfs.dll] Add new DLL for filesystem encryption.
[sci.dll] Add protocols for IDL parsing.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/FSKit')
| -rw-r--r-- | Kernel/FSKit/NewFS.hxx | 4 | ||||
| -rw-r--r-- | Kernel/FSKit/RFS.hxx | 24 |
2 files changed, 2 insertions, 26 deletions
diff --git a/Kernel/FSKit/NewFS.hxx b/Kernel/FSKit/NewFS.hxx index 6d3d6fa9..b000291a 100644 --- a/Kernel/FSKit/NewFS.hxx +++ b/Kernel/FSKit/NewFS.hxx @@ -38,7 +38,7 @@ default. #define kNewFSMetaFilePrefix '$' -#define kNewFSVersionInteger (0x127) +#define kNewFSVersionInteger (0x0127) #define kNewFSVerionString "1.27" /// @brief Standard fork types. @@ -281,7 +281,7 @@ namespace Kernel bool Format(_Input _Output DriveTrait* drive, _Input const Lba endLba, _Input const Int32 flags, const Char* part_name); public: - Int32 fDriveIndex{kNewFSSubDriveC}; + Int32 fDriveIndex{kNewFSSubDriveA}; }; /// diff --git a/Kernel/FSKit/RFS.hxx b/Kernel/FSKit/RFS.hxx deleted file mode 100644 index b12f38c3..00000000 --- a/Kernel/FSKit/RFS.hxx +++ /dev/null @@ -1,24 +0,0 @@ -/* -------------------------------------------
-
- Copyright ZKA Technologies
-
- File: RFS.hxx
- Purpose: Resillient File System
-
- Revision History:
-
- 8/8/2024: Added file (amlel)
-
-------------------------------------------- */
-
-#pragma once
-
-#include <CompilerKit/CompilerKit.hxx>
-#include <HintKit/CompilerHint.hxx>
-#include <KernelKit/DriveManager.hxx>
-#include <NewKit/Defines.hxx>
-
-struct RFS_MASTER_PARTITION_BLOCK;
-struct RFS_FILE_PARTITIN_BLOCK;
-struct RFS_CATALOG_BLOCK;
-struct RFS_FORK_BLOCK;
\ No newline at end of file |
