diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-28 03:14:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:14:35 +0700 |
commit | a526598a932113addc6c94107c7cefca7fa2bd2f (patch) | |
tree | 41b74aba37ce0343e7cdce4a8879eb75e9a5ddcb /system/tinyvm/README | |
parent | 86fa2f111f4904da8199c9ec812450e9a79d1822 (diff) | |
download | slackbuilds-a526598a932113addc6c94107c7cefca7fa2bd2f.tar.gz |
system/tinyvm: Added (small virtual machine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tinyvm/README')
-rw-r--r-- | system/tinyvm/README | 13 |
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`. |