summaryrefslogtreecommitdiffstats
path: root/system/tinyvm/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-09 03:33:02 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:51 +0700
commitb05afe6414221e410a01e2a08fe046df0b4f7c72 (patch)
tree9c6cde9be941f16cebd8a928b806e24f2e23f341 /system/tinyvm/README
parent3ae0b249d12095f6ace2bd8de9b448515207173c (diff)
downloadslackbuilds-b05afe6414221e410a01e2a08fe046df0b4f7c72.tar.gz
slackbuilds-b05afe6414221e410a01e2a08fe046df0b4f7c72.tar.xz
system/tinyvm: Updated for version 20170212, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/tinyvm/README')
-rw-r--r--system/tinyvm/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/tinyvm/README b/system/tinyvm/README
index adfd027636..5ba4f604b7 100644
--- a/system/tinyvm/README
+++ b/system/tinyvm/README
@@ -9,5 +9,9 @@ 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.