diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-07 20:11:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-07 20:11:47 +0100 |
| commit | 1634815f39f3c3f8a2b461d1e673aedbb3f18526 (patch) | |
| tree | 436b35048856e3e185d1952516f3a97b1bac5e82 /dev/Kernel/FSKit/NeFS.h | |
| parent | cf02a150f5bc84f722d01193d5aae91e60f69b7f (diff) | |
NeFS.h: Tailor header to private specifications.
make_fs/CommandLine.cc: Include NEFS_ROOT_PARTITION_BLOCK too.
Diffstat (limited to 'dev/Kernel/FSKit/NeFS.h')
| -rw-r--r-- | dev/Kernel/FSKit/NeFS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/FSKit/NeFS.h b/dev/Kernel/FSKit/NeFS.h index bd11c86d..981cd0d9 100644 --- a/dev/Kernel/FSKit/NeFS.h +++ b/dev/Kernel/FSKit/NeFS.h @@ -92,7 +92,7 @@ default. /// @note Start after the partition map header. (Virtual addressing) #define kNeFSRootCatalogStartAddress (1024) -#define kNeFSCatalogStartAddress ((2048) + sizeof(NEFS_ROOT_PARTITION_BLOCK)) +#define kNeFSCatalogStartAddress (kNeFSRootCatalogStartAddress + sizeof(NEFS_ROOT_PARTITION_BLOCK)) #define kResourceTypeDialog (10) #define kResourceTypeString (11) |
