bootstrap/bin0/powerpc64le-linux
Charlotte 🦝 Delenk 52a9aedf51
Some checks failed
Hydra bin0-bin.powerpc64le-linux Hydra build #2098 of bootstrap:bootstrap:bin0-bin.powerpc64le-linux
Hydra bin0-bin.aarch64-linux Hydra build #2099 of bootstrap:bootstrap:bin0-bin.aarch64-linux
Hydra bin0-bin.powerpc-linux Hydra build #2094 of bootstrap:bootstrap:bin0-bin.powerpc-linux
Hydra bin0.aarch64-linux Hydra build #2097 of bootstrap:bootstrap:bin0.aarch64-linux
Hydra bin0-bin.armv7l-linux Hydra build #2100 of bootstrap:bootstrap:bin0-bin.armv7l-linux
Hydra bin0.armv7l-linux Hydra build #2103 of bootstrap:bootstrap:bin0.armv7l-linux
Hydra bin0.powerpc64le-linux Hydra build #2095 of bootstrap:bootstrap:bin0.powerpc64le-linux
Hydra bin0.powerpc-linux Hydra build #2102 of bootstrap:bootstrap:bin0.powerpc-linux
Hydra bin0-bin.powerpc64-linux Hydra build #2096 of bootstrap:bootstrap:bin0-bin.powerpc64-linux
Hydra bin0.powerpc64-linux Hydra build #2101 of bootstrap:bootstrap:bin0.powerpc64-linux
feat: Add riscv32-linux bin0
fix #1
2022-03-13 11:18:39 +01:00
..
bin0 add ppc64 and ppc64le 2022-02-28 10:02:57 +01:00
bin0.bin0 add ppc64 and ppc64le 2022-02-28 10:02:57 +01:00
bin0.S add ppc64 and ppc64le 2022-02-28 10:02:57 +01:00
README.md feat: Add riscv32-linux bin0 2022-03-13 11:18:39 +01:00

Bin0 for powerpc64le-linux

  • 32 bit words
  • little endian

This is compatible with:

  • armv7l
  • aarch64
  • riscv32
  • riscv64

Syscalls of interest

  • exit - 1
  • read - 3
  • write - 4
  • openat - 286