- patches UMS to support 64bit addressing
- patches pr file to only look at the first partition
- supports arbitrary sector sizes (before only 512 sectors worked)
Requires stroopwafel update
This completes the support for drives >2TiB. The UMS patch is necessary, as the high 32bit of the 64bit lba was ignored, effectively wrapping around after 2TiB and starting to corrupt the beginning of the drive.
PR file needs a patch to ignore anything beyond 2TiB or it would refuse to work.