diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:58:27 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:58:27 +0200 |
| commit | 27c5e2212ceb02c1e280ed2fbf5acd66ade67af9 (patch) | |
| tree | 0bac2de68c52e884526a6694e23cd40152edff51 /dev/zba/BootKit/BootKit.h | |
| parent | d48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (diff) | |
IMP: Refactor newosldr to ZBA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zba/BootKit/BootKit.h')
| -rw-r--r-- | dev/zba/BootKit/BootKit.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |
