summaryrefslogtreecommitdiffstats
path: root/system/tinyvm/README
diff options
context:
space:
mode:
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.