Reads a fully-linked ELF executable (such as a linked kernel) and produces an equivalent a.out format executable file.
The
elf2aout utility is used to convert native
NetBSD ELF binaries to a.out format, for compatibility with bootblocks and kernel-reading utilities like
kvm(3) and
kvm_mkdb(8), which currently expect an a.out format kernel.