summaryrefslogtreecommitdiffstats
path: root/system/tinyvm/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/tinyvm/README')
-rw-r--r--system/tinyvm/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/tinyvm/README b/system/tinyvm/README
new file mode 100644
index 0000000000..adfd027636
--- /dev/null
+++ b/system/tinyvm/README
@@ -0,0 +1,13 @@
+TinyVM is a virtual machine with the goal of having a small footprint.
+Low memory usage, a small amount of code, and a small binary.
+
+Building can be accomplished on UNIX-like systems with make and GCC.
+
+There are no external dependencies, save the C standard library.
+
+There are some included example programs that will be installed to:
+
+ /usr/doc/tinyvm-$VERSION/programs/
+
+
+The main executable is `tvmi`.