Post #2101094
2026-04-12 14:12 UTC
I cross compiled a project of mine for aarch64 and got a little bit confused when it would just run on my x86_64 machine. Turns out there is a kernel module named "binfmt_misc" which acts as a registry for unknown architectures. It checks against the ELF header and executes the binary with the registered emulator (in this case qemu-aarch64).
Replies (0)
No replies.