slackbuilds/system/tinyvm
Willy Sudiarto Raharjo f16c72d4c9 system/tinyvm: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-06-03 07:59:47 +07:00
..
README system/tinyvm: Updated for version 20170212, new maintainer. 2017-03-18 06:58:51 +07:00
slack-desc system/tinyvm: Fix slack-desc. 2016-11-14 16:47:23 +07:00
tinyvm.SlackBuild system/tinyvm: Fix build. 2017-06-03 07:59:47 +07:00
tinyvm.info system/tinyvm: Updated for version 20170212, new maintainer. 2017-03-18 06:58:51 +07:00

README

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`.

TinyVM does NOT implement a "real" architecture such as x86 or arm. In
other words, it's not a replacement for qemu or virtualbox. The VM
implemented here is loosely based on the x86 architecture, but highly
simplified.