From 27e9832211ed2aeb1f54c95cbd7da10f4dd424af Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 16 May 2021 17:40:04 -0700 Subject: . --- hest-life.mu | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hest-life.mu') 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 -- cgit 1.4.1-2-gfad0