1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[efi] update UEFI:NTFS file system drivers to v1.5

* Note: This may affect #1213
This commit is contained in:
Pete Batard 2020-04-15 16:44:10 +01:00
parent 2dd538b7cb
commit 5a1b8cbb3f
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 7 additions and 8 deletions

View file

@ -6,9 +6,8 @@ See https://github.com/pbatard/uefi-ntfs for more details.
This image, which you can mount as FAT filesystem or open in 7-zip, contains
the following data:
o The NTFS and exFAT UEFI drivers from EfiFs (https://github.com/pbatard/efifs).
These are the \EFI\Rufus\[exfat|ntfs]_[ia32|x64|arm|aa64].efi files, which were
compiled unmodified from the EfiFs source (@d19363a5), using Visual Studio
2017 Community Edition (v15.8.7) using the gnu-efi submodule rather than EDK2.
These are the \EFI\Rufus\[exfat|ntfs]_[ia32|x64|arm|aa64].efi files, which are
identical to the v1.5 EfiFs binaries published at https://efi.akeo.ie.
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were
compiled using Visual Studio 2019 Community Edition.
These are the \EFI\Boot\boot[ia32|x64|arm|aa64].efi files.