Some customers are still stuck in a world of 32bit. On ARM64, we have two options for those poor folks:

1) Run applications in the legacy ARMv7 instruction set 2) Compile applications with 32bit, but for the new AArch64 instruction set. This is called ILP32.

The main reason option 1 is a bad idea is that some hardware is already dropping ARMv7 instruction set support. And there will be more to come.

So if we ever want to enable people to run code that is not 64bit safe on AArch64 platforms, we need to provide them with a way out. Hence we should bootstrap at least the bare minimum to enable them to compile their own (broken) code.

Beware that all of this is in a big flux. The interfaces (ABI, syscalls) are not yet set in stone.

Looking for hackers with the skills:

arm ilp32 binutils kernel aarch64 obs openbuildservice

This project is part of:

Hack Week 12

Activity

  • about 9 years ago: a_faerber left this project.
  • about 9 years ago: a_faerber added keyword "obs" to this project.
  • about 9 years ago: a_faerber added keyword "openbuildservice" to this project.
  • about 9 years ago: a_faerber liked this project.
  • about 9 years ago: a_faerber joined this project.
  • about 9 years ago: algraf added keyword "arm" to this project.
  • about 9 years ago: algraf added keyword "ilp32" to this project.
  • about 9 years ago: algraf added keyword "binutils" to this project.
  • about 9 years ago: algraf added keyword "kernel" to this project.
  • about 9 years ago: algraf added keyword "aarch64" to this project.
  • about 9 years ago: algraf started this project.
  • about 9 years ago: algraf originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Model checking the BPF verifier by shunghsiyu

    Project Description

    BPF verifier plays a ...


    early stage kdump support by mbrugger

    [comment]: # (Please use the project descriptio...


    Authenticated hashes for BTRFS by dsterba

    Project Description

    Implement a checksum ...


    Elixir LiveView clone of Etherpad (running on ALP) by socon

    Project Description

    Etherpad (etherpad.org)...


    Support for OVA build in OBS and better support for vmdk disks in kiwi by gmoro

    Project Description

    Implement support for O...


    Reduce the amount of TODOs for RuboCop in OBS by enavarro_suse

    Project Description

    The OBS project has a...


    Adapt Bootstrap code in OBS to support theming by enavarro_suse

    Project Description

    After the release of ...


    Improve database_cleaner.rb script in OBS by enavarro_suse

    Project Description

    There is some code to...