about summary refs log tree commit diff stats
path: root/ex10.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex10.mu')
-rw-r--r--ex10.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/ex10.mu b/ex10.mu
index ddea539a..858c4a25 100644
--- a/ex10.mu
+++ b/ex10.mu
@@ -1,11 +1,11 @@
 # Demo of mouse support.
 #
 # To build a disk image:
-#   ./translate ex10.mu            # emits disk.img
+#   ./translate ex10.mu            # emits code.img
 # To run:
-#   qemu-system-i386 disk.img
+#   qemu-system-i386 code.img
 # Or:
-#   bochs -f bochsrc               # bochsrc loads disk.img
+#   bochs -f bochsrc               # bochsrc loads code.img
 #
 # Expected output:
 #   Values between -256 and +255 as you move the mouse over the window.