UltraOS / Hyper

A modern x86/ARM bootloader supporting both BIOS and UEFI
MIT License
30 stars 1 forks source link

Arm32 support #57

Open charsleysa opened 7 months ago

charsleysa commented 7 months ago

Hi there,

Are there any plans to support Arm32?

d-tatianin commented 6 months ago

Hi there,

Are there any plans to support Arm32?

Hey there! I guess it is something I would like to support eventually, however, right now I have other things to work on that are more important.

The way the project is currently structured is with a lot of assumptions that UEFI == 64 bit. So it would require a bit of effort to get rid of those assumptions. Since i686 is supported already, 32 bit arm probably wouldn't be too much extra work.