summaryrefslogtreecommitdiffhomepage
path: root/tooling/hefs.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-11 13:04:22 +0200
committerGitHub <noreply@github.com>2025-05-11 13:04:22 +0200
commit57d040e3e6b6d0257c0ba5a914396520b18d9d87 (patch)
tree78be4974d8a24e983034b0962ac5435f1b1d0b53 /tooling/hefs.h
parent7690c1976b3127e17370708aef47ba3f18f3b8c2 (diff)
parentf775566da3cf4f8e3ffd4ca6dfe0a3c7776c3b35 (diff)
Merge pull request #30 from nekernel-org/dev0.0.2e2
0.0.2e2
Diffstat (limited to 'tooling/hefs.h')
-rw-r--r--tooling/hefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tooling/hefs.h b/tooling/hefs.h
index ded6cbef..68e0f906 100644
--- a/tooling/hefs.h
+++ b/tooling/hefs.h
@@ -16,7 +16,7 @@
#define kHeFSFileNameLen (256U)
#define kHeFSPartNameLen (128U)
-#define kHeFSDefaultVoluneName u8"HeFS Volume"
+#define kHeFSDefaultVolumeName u8"HeFS Volume"
namespace mkfs::hefs {
@@ -102,8 +102,8 @@ struct __attribute__((packed)) BootNode {
std::uint16_t vid{};
std::uint64_t startIN{};
std::uint64_t endIN{};
- std::uint64_t reserved3{};
- std::uint64_t reserved4{};
+ std::uint64_t startBlock{};
+ std::uint64_t endBlock{};
char pad[272]{};
};
} // namespace mkfs::hefs