mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Set the hidden sector value from boot sector with the correct partition offset.
svn path=/trunk/; revision=3924
This commit is contained in:
@@ -151,6 +151,11 @@ BOOL FatOpenVolume(U32 DriveNumber, U32 VolumeStartSector)
|
||||
|
||||
#endif // defined DEBUG
|
||||
|
||||
//
|
||||
// Set the correct partition offset
|
||||
//
|
||||
FatVolumeBootSector->HiddenSectors = VolumeStartSector;
|
||||
|
||||
//
|
||||
// Check the boot sector magic
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user