From b3b4b1ebdcd6adeac914869017c86d892b7a8ced Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 2 May 2025 18:49:49 +0200 Subject: kernel: HeFS: disk security improvements and new CreateFile and DeleteFile method on FSParser class. Signed-off-by: Amlal --- dev/boot/BootKit/BootKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot') 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::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; -- cgit v1.2.3