From 556dfc1aa97b1f72792e46164d80601cd93c2b20 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 7 Mar 2026 05:48:47 +0100 Subject: [CHORE] Filesystem and panic dump improvements. Signed-off-by: Amlal El Mahrouss --- src/boot/BootKit/BootKit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/boot/BootKit') 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::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::Format(const Char* part_name) { } } // namespace Boot -#endif // __BOOTKIT_H__ \ No newline at end of file +#endif // __BOOTKIT_H__ -- cgit v1.2.3