On Sun, 21 Apr 2002, Dwivedi , Ajay Kumar wrote: > This is not specific to java. You can configure your kernal to run *any* > file as an execuatable. Read the Documentation/binfmt_misc.txt in the kernel > source on your box.
Coo! it works ! [root@orpheus binfmt_misc]# echo ':mono:E:0:exe::/usr/local/bin/mint:' >register [root@orpheus binfmt_misc]# ~gellyfish/develop/Dotnet/getenv.exe PWD /proc/sys/fs/binfmt_misc /J\ > > > -----Original Message----- > > From: Per Arneng [mailto:[EMAIL PROTECTED]] > > Sent: 21 April 2002 15:21 > > To: [EMAIL PROTECTED] > > Subject: [Mono-list] .NET binary support for the linux kernel > > > > > > Hi! > > > > Java(tm) Binary Kernel Support v1.01 for Linux v2 > > http://www.linuxhq.com/java.html > > > > This project allows you to start Java programs from the > > command line like > > this: > > ./Application.class > > > > The kernel module helps the kernel recognize the type and > > calls the java > > runtime. > > > > This would be cool to have with MONO ... Maybe when could > > ask the guys that > > made the java kernel module to make one for pe files also :) > > > > -/pure/- > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > -- Jonathan Stowe | <http://www.gellyfish.com> | This space for rent | _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
