diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-17 10:59:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-17 11:00:09 +0100 |
| commit | 9898520f721220a2af4be59fd92e8ad8afcd4287 (patch) | |
| tree | 35662af54535ccc07366b1a3a554f6296e76f4ce /Private/FSKit | |
| parent | 45548d516ddf5e88bf80940365d151e1bd69c29f (diff) | |
Unstable: See below.
These changes are related to the current ticket regarding AHCI support.
This commit is just to upstream changes from local.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/FSKit')
| -rw-r--r-- | Private/FSKit/Defines.hxx | 2 | ||||
| -rw-r--r-- | Private/FSKit/NewFS.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/FSKit/Defines.hxx b/Private/FSKit/Defines.hxx index 73c422be..3d3ce2ec 100644 --- a/Private/FSKit/Defines.hxx +++ b/Private/FSKit/Defines.hxx @@ -8,4 +8,4 @@ #include <NewKit/Defines.hpp> -#define FSKIT_VERSION "1.0.0" +#define FSKIT_VERSION "1.00" diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx index 63e4a017..8632e650 100644 --- a/Private/FSKit/NewFS.hxx +++ b/Private/FSKit/NewFS.hxx @@ -28,7 +28,7 @@ #define kNewFSInvalidCatalog -1 #define kNewFSNodeNameLen 256 -#define kNewFSMinimumSectorSz 2048 +#define kNewFSMinimumSectorSz 4096 #define kNewFSIdentLen 8 #define kNewFSIdent " NewFS" |
