From 641da058e741eabecc08dbe8c06d300cfca73266 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Mon, 16 Jan 2012 14:54:19 +0000 Subject: [PATCH] --- .../System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs b/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs index 5ab4d147f..a5ffc7f42 100644 --- a/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs +++ b/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs @@ -13,7 +13,8 @@ namespace Cosmos.Hardware.BlockDevice { mStartingSector = aStartingSector; mBlockCount = aSectorCount; var xSize1 = aHost.BlockSize; - var xSize2 = mHost.BlockSize; + UInt64 xSize2 = 7; + xSize2 = mHost.BlockSize; mBlockSize = aHost.BlockSize; }