summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/BootKit/BootKit.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-02 18:49:49 +0200
committerAmlal <amlal@nekernel.org>2025-05-02 19:26:57 +0200
commitb3b4b1ebdcd6adeac914869017c86d892b7a8ced (patch)
tree19d6129c2d776bb1edc5d4a7325e39ca176c3403 /dev/boot/BootKit/BootKit.h
parent7d1c053177ff178d86a17f3b19f92cf308bd0d2e (diff)
kernel: HeFS: disk security improvements and new CreateFile and DeleteFile method on FSParser class.0.0.2
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit/BootKit.h')
-rw-r--r--dev/boot/BootKit/BootKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h
index 3f871b9a..181be973 100644
--- a/dev/boot/BootKit/BootKit.h
+++ b/dev/boot/BootKit/BootKit.h
@@ -259,7 +259,7 @@ inline Boolean BDiskFormatFactory<BootDev>::Format(const Char* part_name) {
#if defined(BOOTZ_EPM_SUPPORT)
EPM_PART_BLOCK* epm_boot = (EPM_PART_BLOCK*) RTL_ALLOCA(sizeof(EPM_PART_BLOCK));
- const auto kFsName = "HeFS";
+ const auto kFsName = "NeKernel";
const auto kBlockName = "OS (EPM)";
epm_boot->FsVersion = 0;