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

[uefi] add ARM64 support to UEFI:NTFS

* Also update EfiFs NTFS drivers to latest, including compression support
This commit is contained in:
Pete Batard 2018-04-26 12:53:02 +01:00
parent 28cfa5a94e
commit 91c950dba9
3 changed files with 10 additions and 10 deletions

View file

@ -4,13 +4,13 @@ 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].efi files, which are binary
identical to the ones found at http://efi.akeo.ie
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 UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
compiled using Visual Studio 2015 Community Edition (with Clang/C2).
These are the \EFI\Boot\boot[ia32|x64|arm].efi files.
compiled using Visual Studio 2017 Community Edition.
These are the \EFI\Boot\boot[ia32|x64|arm|aa64].efi files.
The FAT partition was created on Debian GNU/Linux using the following commands
dd if=/dev/zero of=uefi-ntfs.img bs=512 count=512
dd if=/dev/zero of=uefi-ntfs.img bs=512 count=1024
mkfs.vfat -n UEFI_NTFS uefi-ntfs.img
and then mounting the uefi-ntfs.img image and copying the relevant files.

Binary file not shown.