bobranten / Ext4Fsd

Ext4 file system driver for Windows
834 stars 54 forks source link

Windows on ARM, Support? #10

Open sidd-kishan opened 3 years ago

sidd-kishan commented 3 years ago

Please let us know when can we have an ARM64 version for Windows on ARM OS. We can help you test We have Windows on Rasberry Pi setup. Please pursue it we at Windows on Rasberry Pi community will be glad to extend support in testing your drivers and tools for ARM64.

rikka0w0 commented 3 years ago

From my personal view, it won't need a lot of effort to compile binaries for ARM64. Hopefully the author have time and is willing to do this.

JeromTWinL commented 3 years ago

I'm also using windows 10 on Raspberry pi 3 , I'm voting for your issue @sidd-kishan

bobranten commented 2 years ago

The driver can be compiled for ARM64 but I don't know how to do a install program for ARM. Shall I publish driver binaries to begin with for manual install?

JeromTWinL commented 2 years ago

Ok

kristibektashi commented 2 years ago

I don't know how to do a install program for ARM.

No need, Windows on Arm supports x86 (32-bit) programs (but not drivers)

Edit: While the above is true, you can't use an x86 or x64 setup program to install an ARM64 driver, it isn't supported: https://learn.microsoft.com/en-us/windows/arm/faq#are-drivers-supported-by-emulation--or-do-i-have-to-add-arm64-native-support-to-any-drivers-used-in-my-app-

bobranten commented 2 years ago

On Tue, 7 Jun 2022, Kristibek wrote:

I don't know how to do a install program for ARM.

No need, Windows on Arm supports x86 (32-bit) programs (but not drivers)

Then the install program can be almost the same but contain an ARM driver, I think I can produce that so I will try.

Bo Brantén

bobranten commented 7 months ago

Now we have signed driver files for ARM/ARM64 for they who can do a manual install: https://www.accum.se/~bosse/ext2fsd/0.70/signed/ I will try to make a install program for ARM/ARM64 later. /Bo Branten