Write an a.out userspace loader (suggested as being possible in the debate over whether a.out should be removed from the Linux kernel) or converter to convert aln/mac to ELF32 binaries. This is possible in theory, but my first naive attempt using objdump and ld scripts didn't work out. Need to dig up the deleted kernel a.out loader code, learn a little more, and make another attempt.
Write an a.out userspace loader (suggested as being possible in the debate over whether a.out should be removed from the Linux kernel) or converter to convert aln/mac to ELF32 binaries. This is possible in theory, but my first naive attempt using objdump and ld scripts didn't work out. Need to dig up the deleted kernel a.out loader code, learn a little more, and make another attempt.