serval icon indicating copy to clipboard operation
serval copied to clipboard

Dockerfile: turn on s390x support

Open iii-i opened this issue 2 years ago • 1 comments

Hi,

I would like to contribute s390x (IBM Z) support to serval and jitterbug.

The current full branches are here: https://github.com/iii-i/serval/tree/s390 https://github.com/iii-i/jitterbug/tree/s390

The plan is to contribute the pieces in the following sequence:

  • Serval Dockerfile (this change)
  • Serval support
  • Current jitterbug support (w/o verification of certain jumps, prologues and epilogues)
  • Finalize jitterbug support at a later point in time

Best regards, Ilya


  • Use Unicorn2.
  • Add s390x to UNICORN_ARCH.
  • Use a newer Ubuntu base image, since 20.10 has reached EOL and the respective repos are gone.

iii-i avatar Mar 21 '22 14:03 iii-i