summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/BootKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 22:09:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 22:09:11 +0100
commitf29e7e30fde2b994c86024659b41f56b64dce911 (patch)
treeaea2324ca72b09fe32b29aa280fc43d4984956ef /dev/boot/BootKit
parentae9267caf5ec8a247206d660109cd377be6bd6cd (diff)
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit')
-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 12ce305e..d4b6addb 100644
--- a/dev/boot/BootKit/BootKit.h
+++ b/dev/boot/BootKit/BootKit.h
@@ -261,7 +261,7 @@ inline Boolean BDiskFormatFactory<BootDev>::Format(const Char* part_name) {
EPM_PART_BLOCK* epm_boot = (EPM_PART_BLOCK*) RTL_ALLOCA(sizeof(EPM_PART_BLOCK));
const auto kFsName = "NeKernel";
- const auto kBlockName = "OS (EPM)";
+ const auto kBlockName = " NeKernelOS";
epm_boot->FsVersion = 0;
epm_boot->LbaStart = sizeof(EPM_PART_BLOCK);