diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-05 16:22:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-05 16:22:48 +0200 |
| commit | 7690c1976b3127e17370708aef47ba3f18f3b8c2 (patch) | |
| tree | b820fe8c7116ade5347f995859393521f2259004 /tooling/mkfs.hefs.cc | |
| parent | 997be16e5ac9a68d54882ab69529815860d62955 (diff) | |
| parent | 0c54169b6517fc7acbe4281399fa8146219a8e2c (diff) | |
Merge pull request #29 from nekernel-org/dev
NeKernel 0.0.2e1
Diffstat (limited to 'tooling/mkfs.hefs.cc')
| -rw-r--r-- | tooling/mkfs.hefs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/mkfs.hefs.cc b/tooling/mkfs.hefs.cc index 23772023..bc1f3d3c 100644 --- a/tooling/mkfs.hefs.cc +++ b/tooling/mkfs.hefs.cc @@ -74,7 +74,7 @@ int main(int argc, char** argv) { bootNode.version = kVersion; bootNode.diskKind = mkfs::hefs::kHeFSHardDrive; - bootNode.encoding = mkfs::hefs::kHeFSEncodingUTF8; + bootNode.encoding = mkfs::hefs::kHeFSEncodingFlagsUTF8; bootNode.diskSize = kDiskSize; bootNode.sectorSize = kSectorSize; bootNode.startIND = start_ind; |
