diff options
| author | Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> | 2004-03-28 15:40:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-28 15:40:03 -0800 |
| commit | 5f746471d3d0851cf628dd980dca951229d75772 (patch) | |
| tree | 2497646f271162971c466c56f845e6d386a6d146 /Documentation/java.txt | |
| parent | 379092d29e0f068ca7ae87bb3afb3cc4002b720e (diff) | |
[PATCH] Add BINFMT_MISC docs for Mono .NET-based binaries
Just as there is documentation for BINFMT_MISC and Java bytecodes
support, I thought it could be interesting to add documentation on how
to add BINFMT_MISC support for directly running .NET ".exe" binaries
using the Mono CLR.
Diffstat (limited to 'Documentation/java.txt')
| -rw-r--r-- | Documentation/java.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/java.txt b/Documentation/java.txt index 4a4f0e118b9b..e4814c213301 100644 --- a/Documentation/java.txt +++ b/Documentation/java.txt @@ -22,7 +22,7 @@ other program after you have done the following: the kernel (CONFIG_BINFMT_MISC) and set it up properly. If you choose to compile it as a module, you will have to insert it manually with modprobe/insmod, as kmod - can not easy be supported with binfmt_misc. + can not easily be supported with binfmt_misc. Read the file 'binfmt_misc.txt' in this directory to know more about the configuration process. |
