summaryrefslogtreecommitdiffhomepage
path: root/src/boot/BootKit/BootKit.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-07 05:51:28 +0100
committerGitHub <noreply@github.com>2026-03-07 05:51:28 +0100
commit1fc1b9c7e89d4691c82cc434d43bbfdc221cb5b1 (patch)
tree6eb3c152045f42a639bfb7f400fd773f9e86c862 /src/boot/BootKit/BootKit.h
parent54340d14d5231c4756800a327b54ec285cb7662a (diff)
parent556dfc1aa97b1f72792e46164d80601cd93c2b20 (diff)
Merge pull request #126 from ne-foss-org/filesystem-kit-bump
[CHORE] Filesystem and panic dump improvements.
Diffstat (limited to 'src/boot/BootKit/BootKit.h')
-rw-r--r--src/boot/BootKit/BootKit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/boot/BootKit/BootKit.h b/src/boot/BootKit/BootKit.h
index 4275e695..1d0686ae 100644
--- a/src/boot/BootKit/BootKit.h
+++ b/src/boot/BootKit/BootKit.h
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
@@ -257,8 +257,8 @@ 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 = "NeKernel";
- const auto kBlockName = " NeKernelOS";
+ const auto kFsName = "Ne";
+ const auto kBlockName = " NeSystem";
epm_boot->FsVersion = 0;
epm_boot->LbaStart = sizeof(EPM_PART_BLOCK);
@@ -331,4 +331,4 @@ inline Boolean BDiskFormatFactory<BootDev>::Format(const Char* part_name) {
}
} // namespace Boot
-#endif // __BOOTKIT_H__ \ No newline at end of file
+#endif // __BOOTKIT_H__