bootstrap/bin0/armv7l-linux
2022-02-27 10:36:59 +01:00
..
bin0 Initial Commit 2022-02-27 10:36:59 +01:00
bin0.bin0 Initial Commit 2022-02-27 10:36:59 +01:00
bin0.S Initial Commit 2022-02-27 10:36:59 +01:00
README.md Initial Commit 2022-02-27 10:36:59 +01:00

Bin0 for armv7l-linux

  • 32 bit words
  • little endian

This is compatible with:

  • aarch64
  • powerpc64le
  • riscv32
  • riscv64

Syscalls of interest

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