about summary refs log tree commit diff stats
path: root/hest-life.mu
diff options
context:
space:
mode:
Diffstat (limited to 'hest-life.mu')
-rw-r--r--hest-life.mu7
1 files changed, 6 insertions, 1 deletions
diff --git a/hest-life.mu b/hest-life.mu
index da89e46f..2a13f314 100644
--- a/hest-life.mu
+++ b/hest-life.mu
@@ -4,8 +4,13 @@
 #
 # To build:
 #   $ ./translate life.mu
-# To run:
+# I run it on my 2.5GHz Linux laptop like this:
 #   $ qemu-system-i386 -enable-kvm code.img
+#
+# If things seem too fast or too slow on your computer, adjust the loop bounds
+# in the function `pause` at the bottom. Its value will depend on how you
+# accelerate Qemu. Mu will eventually get a clock to obviate the need for this
+# tuning.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var env-storage: environment