Unicamp-OpenPower / minicloud

Minicloud website
https://openpower.ic.unicamp.br/minicloud/
MIT License
13 stars 2 forks source link

No big-endian PPC image available #25

Closed jkivilin closed 4 years ago

jkivilin commented 4 years ago

Describe the bug There is no longer any big-endian image available in Minicloud. I'd would need to test out endian-correctness and performance delta between both endianness in PPC assembly implementations.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Launch Instance / Source'
  2. All current images are little-endian, 'ppc64le'.

Expected behavior It would be nice to have at least one 'ppc64be/ppc64' image.

lcnzg commented 4 years ago

I just added the following ppc64 images: Fedora 27, Fedora 28 and openSUSE Tumbleweed.

jkivilin commented 4 years ago

Thanks!