WhitewaterFoundry / Fedora-Remix-for-WSL

Fedora Remix for Windows Subsystem for Linux.
Other
693 stars 51 forks source link

Port arm64 fedora using WSA backend #194

Closed nuitlejour closed 1 year ago

nuitlejour commented 1 year ago

Windows Subsystem for Android™️ (WSA) is able to emulate arm64 hardware and running android operating system on it, is it possible to port arm64 fedora system (or any flavor of linux) using wsa backend?

possible solution (??) can be found: https://github.com/LSPosed/MagiskOnWSALocal

nuitlejour commented 1 year ago

I am sorry, it seems that the android within WSA is actually x86_64...

crramirez commented 1 year ago

Hello @nuitlejour

Which is your use case?

Do you want to run the distro in a Windows Arm64? Do you want to run ARM software inside WSL on Windows x86_64?

I can give you options

Regards, Carlos

nuitlejour commented 1 year ago

@crramirez thank you for your attention! I am trying to build arm64 linux software (mainly arm64 conda environment) on X86_64 windows operating system. I have tried qemu, it's complicated and the performance is bad. Is there any emulation solution with which I can install arm64 linux on X64 system? thanks again!

crramirez commented 1 year ago

The solution that I know is to use qemu but only to enable the Arm64 architecture inside the x86. I don't know if this is the one that you have tested. Or you tried an entire QEmu virtual machine.