summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBA
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBA')
-rw-r--r--dev/ZBA/BootKit/BootKit.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ZBA/BootKit/BootKit.hxx b/dev/ZBA/BootKit/BootKit.hxx
index ee2aea1f..0ddd6d30 100644
--- a/dev/ZBA/BootKit/BootKit.hxx
+++ b/dev/ZBA/BootKit/BootKit.hxx
@@ -357,6 +357,7 @@ inline Boolean BDiskFormatFactory<BootDev>::Format(const Char* partName,
epmBoot.FsVersion = kNeFSVersionInteger;
epmBoot.LbaStart = kNeFSRootCatalogStartAddress;
epmBoot.SectorSz = partBlock.SectorSize;
+ epmBoot.Kind = kEPMNewOS;
epmBoot.NumBlocks = partBlock.CatalogCount;
CopyMem(epmBoot.Name, reinterpret_cast<VoidPtr>(const_cast<Char*>(cBlockName)), StrLen(cBlockName));