Update AHCI.cs

This commit is contained in:
KingLuigi4932 2017-12-29 23:36:45 +03:00 committed by GitHub
parent 7815013c63
commit a2cc139ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ namespace Cosmos.Core.MemoryGroup
public AHCI(uint aSectorSize)
{
DataBlock = new Core.MemoryBlock(0x0046C000, aSectorSize * 256);
DataBlock = new Core.MemoryBlock(0x0046C000, aSectorSize * 1024);
DataBlock.Fill(0);
}
}