mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 10:41:33 +00:00
This commit is contained in:
parent
06e96d09e5
commit
641da058e7
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue