mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed MaxRootEntries. This caused disk corruption.
svn path=/trunk/; revision=1955
This commit is contained in:
parent
dc36f333cf
commit
80f8038f24
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ BytesPerSector dw 512
|
|||
SectsPerCluster db 1
|
||||
ReservedSectors dw 1
|
||||
NumberOfFats db 2
|
||||
MaxRootEntries dw 512
|
||||
MaxRootEntries dw 224
|
||||
TotalSectors dw 2880
|
||||
MediaDescriptor db 0f0h
|
||||
SectorsPerFat dw 9
|
||||
|
|
Loading…
Reference in a new issue