mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 17:03:00 +00:00
[USETUP][SETUPLIB] Continue hiding the FAT32 format in the format list, but take it into account anyway later on.
The formatter will select it anyway as soon as the partition size permits it. We make it available internally however so as to "emulate" FMIFS functionality. Now rely on the partition filesystem for InstallVBRToPartition() instead of the unreliable and deprecated partition type.
This commit is contained in:
parent
593bcce999
commit
08924c1850
6 changed files with 97 additions and 59 deletions
|
@ -76,13 +76,13 @@ typedef NTSTATUS
|
|||
IN HANDLE RootPartition); // Partition holding the (old) bootsector data information
|
||||
|
||||
NTSTATUS
|
||||
InstallFat1216BootCode(
|
||||
InstallFatBootCode(
|
||||
IN PCWSTR SrcPath,
|
||||
IN HANDLE DstPath,
|
||||
IN HANDLE RootPartition);
|
||||
|
||||
#define InstallFat12BootCode InstallFat1216BootCode
|
||||
#define InstallFat16BootCode InstallFat1216BootCode
|
||||
#define InstallFat12BootCode InstallFatBootCode
|
||||
#define InstallFat16BootCode InstallFatBootCode
|
||||
|
||||
NTSTATUS
|
||||
InstallFat32BootCode(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue