QubesOS / qubes-gui-rust

Rust implementation of the Qubes OS GUI protocol
Apache License 2.0
7 stars 3 forks source link

Other architectures support? #1

Open tlaurion opened 2 years ago

tlaurion commented 2 years ago

High level question arised reading doc : "All messages are in native byte order, which is little-endian for the only platform (amd64) supported by Qubes OS."

Ppc64 OK? Ppc64le future support?

DemiMarie commented 2 years ago

Good question! Big-endian platforms will work fine. What won’t work is if the GUI daemon and GUI agent are of different endianness.