Fixed MaxRootEntries. This caused disk corruption.

svn path=/trunk/; revision=1955
This commit is contained in:
Eric Kohl 2001-06-09 15:51:23 +00:00
parent dc36f333cf
commit 80f8038f24

View file

@ -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