This directory contains the script for Linux kernels 2.2 and 2.4 to make
it possible to run OS9 modules directly from the shell prompt as is they
are native binaries.

On Redhat (as root):

Put the os9l1 emulator in /usr/local/bin/os9l1

Put the os9 script in /etc/init.d, then type:
    chkconfig os9 on
and
    service os9 start


For more information see:

http://www.linuxhq.com/kernel/v2.4/doc/binfmt_misc.txt.html
http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html

In some cases it is necesary to do:

mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
