testing the scripts
[mono.git] / README
diff --git a/README b/README
index 65259f88158227aca9f336fd053ad0cc45987ce5..140c7ca4ca6f3da13a6928d05ec34867bc08ae91 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,53 @@
-This is MonoNet.
 
-Ximian's portable implementation of .NET 
+This is Mono.
+
+A directory roadmap:
+
+       doc/
+               Contains documentation and the web site contents.
+
+       mono/
+               The core of the executable.
+
+               metadata/
+                       The library to deal with executables and libraries for
+                       .NET
+
+               dis/
+                       CIL executable Disassembler
+
+               cli/
+                       Common code for the JIT and the interpreter.
+
+               cil/
+                       Common Intermediate Representation, XML
+                       definition of the CIL bytecodes.
+
+               interp/
+                       Interpreter for CLI executables.
+
+* Using Mono
+
+       Once you have installed the software, you can run a few programs:
+
+               monodis program.exe
+
+       That will dump the bytecodes for program.exe.  Monodis support
+       a number of options that dumps various metadata tables
+       (chapter 23 of the Partition III).
+
+       You can try the interpreter like this:
+
+               mono-int program.exe
+
+
+
+
+
+
+
+
+
 
 
-----------
 
-To edit the go-mono website, see doc/README.