diff options
Diffstat (limited to 'dev/Boot/BootKit')
| -rw-r--r-- | dev/Boot/BootKit/BootKit.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index 2de5ca09..d8f6d4ca 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -365,12 +365,12 @@ namespace Boot BTextWriter writer; - writer << "partition name: " << part.PartitionName << "\r"; - writer << "start: " << part.StartCatalog << "\r"; - writer << "number of catalogs: " << part.CatalogCount << "\r"; - writer << "free catalog: " << part.FreeCatalog << "\r"; - writer << "free sectors: " << part.FreeSectors << "\r"; - writer << "sector size: " << part.SectorSize << "\r"; + writer << "BootZ: Partition name: " << part.PartitionName << "\r"; + writer << "BootZ: Start: " << part.StartCatalog << "\r"; + writer << "BootZ: Number of catalogs: " << part.CatalogCount << "\r"; + writer << "BootZ: Free catalog: " << part.FreeCatalog << "\r"; + writer << "BootZ: Free sectors: " << part.FreeSectors << "\r"; + writer << "BootZ: Sector size: " << part.SectorSize << "\r"; #ifdef BOOTZ_EPM_SUPPORT EPM_PART_BLOCK epm_boot{0}; |
