virtio-drivers icon indicating copy to clipboard operation
virtio-drivers copied to clipboard

Audit and fix endianness issues

Open qwandor opened this issue 2 years ago • 0 comments

I suspect that this crate currently assumes little-endian byte order in a bunch of places, and will break on big-endian architectures. We should go through and make the endianness explicit so that it will work on either. (I plan on doing so, this is just to keep track of it.)

qwandor avatar Oct 18 '22 15:10 qwandor