Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-21 06:00:36 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-21 06:00:36 +0400
commit70a513e889dc7e94b4861e0c270fb1843db3d6f4 (patch)
treead5225d5a47d218388f6b1ef2113f9441b3bec19 /README
parent8dd5362cd53a5109158fbbef261afbd5d3a33fc4 (diff)
Update README
svn path=/trunk/mono/; revision=284
Diffstat (limited to 'README')
-rw-r--r--README42
1 files changed, 38 insertions, 4 deletions
diff --git a/README b/README
index 65259f88158..95b3e27ff8b 100644
--- a/README
+++ b/README
@@ -1,8 +1,42 @@
-This is MonoNet.
+This is Mono.
-Ximian's portable implementation of .NET
+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.