Fixed MaxRootEntries. This caused disk corruption.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 9 Jun 2001 15:51:23 +0000 (15:51 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 9 Jun 2001 15:51:23 +0000 (15:51 +0000)
svn path=/trunk/; revision=1955

freeldr/bootsect/BOOTSECT.ASM

index 2478e4f..b3cea1d 100644 (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