summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/BootKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/BootKit')
-rw-r--r--dev/Boot/BootKit/BootKit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h
index 09313830..86b6e4c5 100644
--- a/dev/Boot/BootKit/BootKit.h
+++ b/dev/Boot/BootKit/BootKit.h
@@ -353,8 +353,8 @@ namespace Boot
BOOT_BLOCK_STRUCT epm_boot{0};
- constexpr auto kFsName = "NeFS";
- constexpr auto kBlockName = "ZKA:";
+ const auto kFsName = "NeFS";
+ const auto kBlockName = "OS";
CopyMem(epm_boot.Fs, reinterpret_cast<VoidPtr>(const_cast<Char*>(kFsName)), StrLen(kFsName));