diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-03 15:25:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-03 15:25:06 +0100 |
| commit | bf2fc74c6552f9359955210c8f60e45308ae1d31 (patch) | |
| tree | 903ea813d3ef69b7c5c3a45bc7268fc990d6b191 /dev/Boot/BootKit/BootKit.h | |
| parent | 4be14ab92ed6456e6d5bec5777fe7df5738112e7 (diff) | |
IMPL: Work In Progress efforts in Journaling and SysChk.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/BootKit/BootKit.h')
| -rw-r--r-- | dev/Boot/BootKit/BootKit.h | 4 |
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)); |
