From 27c5e2212ceb02c1e280ed2fbf5acd66ade67af9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 21 Oct 2024 20:58:27 +0200 Subject: IMP: Refactor newosldr to ZBA. Signed-off-by: Amlal El Mahrouss --- dev/zba/BootKit/BootKit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/zba/BootKit/BootKit.h') diff --git a/dev/zba/BootKit/BootKit.h b/dev/zba/BootKit/BootKit.h index dfba9728..6c93db07 100644 --- a/dev/zba/BootKit/BootKit.h +++ b/dev/zba/BootKit/BootKit.h @@ -250,7 +250,7 @@ namespace Boot return false; } - writer.Write(L"NEWOSLDR: Partition: ").Write(blockPart->PartitionName).Write(L" is healthy.\r"); + writer.Write(L"ZBA: Partition: ").Write(blockPart->PartitionName).Write(L" is healthy.\r"); return true; } @@ -287,7 +287,7 @@ namespace Boot fDiskDev.Write((Char*)&catalogKind, sizeof(NFS_CATALOG_STRUCT)); - writer.Write(L"NEWOSLDR: Wrote directory: ").Write(blob->fFileName).Write(L"\r"); + writer.Write(L"ZBA: Wrote directory: ").Write(blob->fFileName).Write(L"\r"); return true; } @@ -371,7 +371,7 @@ namespace Boot if (this->WriteRootCatalog(fileBlobs, blobCount, partBlock)) { BTextWriter writer; - writer.Write(L"NEWOSLDR: Drive formatted.\r"); + writer.Write(L"ZBA: Drive formatted.\r"); return true; } -- cgit v1.2.3