mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
Update AHCI.cs
This commit is contained in:
parent
7815013c63
commit
a2cc139ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue