[core] ReFS improvements

* Allow 4K/64K cluster size selection
* Only enable ReFS on relevant platforms
* Also recognize a few more Windows editions
This commit is contained in:
Pete Batard 2021-10-21 02:02:17 +01:00
parent 32b083e535
commit 05382d8c7d
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 62 additions and 18 deletions

View file

@ -499,7 +499,7 @@ extern uint64_t persistence_size;
extern size_t ubuffer_pos;
extern const int nb_steps[FS_MAX];
extern float fScale;
extern int nWindowsVersion, nWindowsBuildNumber, dialog_showing, force_update;
extern int nWindowsVersion, nWindowsBuildNumber, nWindowsEdition, dialog_showing, force_update;
extern int fs_type, boot_type, partition_type, target_type;
extern unsigned long syslinux_ldlinux_len[2];
extern char WindowsVersionStr[128], ubuffer[UBUFFER_SIZE], embedded_sl_version_str[2][12];