diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-05 09:56:40 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-05 09:56:40 +0200 |
| commit | 0c54169b6517fc7acbe4281399fa8146219a8e2c (patch) | |
| tree | b820fe8c7116ade5347f995859393521f2259004 /tooling/mkfs.hefs.cc | |
| parent | eaf96ff18d9bc516d4b1da84bc3585ff20c06c63 (diff) | |
feat(kernel): new HeFS version, scheduler allocation tree improvements and reintroduce VEPM.0.0.2e1
why?
- The extents structure on HeFS has to be clearer.
- The allocation tracker group has to be organized according to pointer size.
- VEPM was scraped because HeFS took time, so now I can focus on it now.
Signed-off-by: Amlal <amlal@nekernel.org>
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; |
