Re: binfmt_misc - a generic 'wrapper'-binary format [PATCH on WWW]

Richard Guenther (richard.guenther@student.uni-tuebingen.de)
Mon, 28 Apr 1997 10:17:49 +0200 (MESZ)


Hi!

Ok, my previous patch did not work because of two stupid errors - i fixed
them and placed a working patch (yes, really) on
http://www.anatom.uni-tuebingen.de/~richi/linux.html
I released a generic user-level tool to easily add a binfmt, too.

Its nice to enable Java-support as follows, is'nt it?

addbinfmt --magic="\xca\xfe\xba\xbe" --interpreter="/usr/bin/java"
addbinfmt --magic="<!--applet" --interpreter="/usr/bin/appletviewer"

PLEASE GIVE IT A TEST!

Bye, Richard.