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 to use gnu-efi based NTFS drivers

* This is done to address #1213
* Also update badges on README page and SDK versions used by the scripts
This commit is contained in:
Pete Batard 2018-10-24 20:14:15 +01:00
parent fd08cf4745
commit 1bcdf8249c
8 changed files with 26 additions and 24 deletions

View file

@ -3,9 +3,10 @@ Rufus for NTFS UEFI boot support. See https://github.com/pbatard/uefi-ntfs.
This image, which you can mount as FAT filesystem or open in 7-zip, contains
the following data:
o The NTFS UEFI drivers from efifs (https://github.com/pbatard/efifs).
These are the \EFI\Rufus\ntfs_[ia32|x64|arm|aa64].efi files, which are binary
identical to the ones found at https://efi.akeo.ie (v1.3)
o The NTFS UEFI drivers from EfiFs (https://github.com/pbatard/efifs).
These are the \EFI\Rufus\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.
o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
compiled using Visual Studio 2017 Community Edition.
These are the \EFI\Boot\boot[ia32|x64|arm|aa64].efi files.