Fw: [Mono-list] .NET binary support for the linux kernel

Gaurav Vaish Gaurav.Vaish@iitk.ac.in
Sun, 21 Apr 2002 15:39:36 +0530


: ----- Original Message -----
: From: "Dwivedi , Ajay Kumar" <AjayKumar.Dwivedi@dresdner-bank.com>
: To: "'Per Arneng'" <pt99par@student.bth.se>
: Cc: "Mono Hackers List (E-mail)" <mono-list@ximian.com>
: Sent: Sunday, April 21, 2002 15:28
: Subject: RE: [Mono-list] .NET binary support for the linux kernel
:
:
: : 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.
: : What's better is that you can configure it to use either extension (like on
: : win) or use the file magic to find the filetype and run it ;) So your
: : executable need not be a .exe, it can be .xyz and still run :)

That's really an interesting info (at least for me).
     May be we can put up a readme for such a thing in the release versions of
Mono. That should be a cool thing.

 On windows, we have .exe, so it's easy. If we have something like this on Linux
also, that will be fundoo.

    But thinking otherwise, the output (executable) file that we get after
compilation has it's "x" bit set, so there's actually no need for all these
fundas, ain't? And, dll's never need to be executed directly. ;-)


 Cheers,
Gaurav Vaish
http://home.iitk.ac.in/student/gvaish
http://calendar.yahoo.com/mastergaurav
---------------------------------


 :
: Happy Hacking,
: Ajay
: :
: : > -----Original Message-----
: : > From: Per Arneng [mailto:pt99par@student.bth.se]
: : > Sent: 21 April 2002 15:21
: : > To: mono-list@ximian.com
: : > 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  -  Mono-list@ximian.com
: : > http://lists.ximian.com/mailman/listinfo/mono-list
: : >
: :
: : _______________________________________________
: : Mono-list maillist  -  Mono-list@ximian.com
: : http://lists.ximian.com/mailman/listinfo/mono-list
: :
: