On Sat, 2002-10-19 at 18:22, Oren Novotny wrote: > I apologize if this has been asked/answered before, but I couldn't seem > to locate any answer yet. Are there any plans to make a kernel module > that'd enable the OS to load the .NET images natively (or at least > transparently route them to the CLR)? Years ago, when ELF was new to
The Linux kernel has the BINFMT_MISC mechanism for handling this. http://www.atoker.com/mono/binfmt_misc.txt has generic instructions for getting it working, while http://www.atoker.com/mono/mono.init is an init script that'll set it up for you automagically. Remember to make sure your CLI .exes have the executable bit set. -- .---. | o_o | | \_/ | // \ \ penguins (| mono | ) do it best /'\_ _/`\ \___)==(___/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
