: No error on echo and I don't have a binfmt.o module, just binfmt_aout.o,
: binfmt_java.o, and binfmt_misc.o. I insmod'ed binfmt_misc.o. elksemu is
: located in /lib. ???
I;ve got it to work on 2.2.6. IIRC I forgot to insmod binfmt_misc.
Make sure you're trying to run a small hello world executable, and test
it with the file command. Also, remake the elksemu and personally check
that it's copied to /lib. Look at the source, it's pretty basic. You may
even overwrite the elksemu with a usermode echo program to make sure
that it's even getting executed.
Greg