[Gtk-sharp-list] kernel support.
Philip Chapman
pac1085@rochester.rr.com
Mon, 16 Jun 2003 21:41:47 -0400
You can execute them directly with the binfmt_misc module in the kernel.
modprobe binfmt_misc
mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
On Mon, 16 Jun 2003 18:21:02 -0700
George Farris <george@gmsys.com> wrote:
> Does anyone know what the plans are for kernel support of mono
> binaries? Right now a binary mono file shows as:
>
> MS Windows PE 32-bit Intel 80386 console executable
>
> This of course, is totally unacceptable on a Linux machine. I want to
> be able to run my binaries directly instead of through a shell script.
>
> --
> George Farris <george@gmsys.com>
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
--