about summary refs log tree commit diff stats
path: root/ex3.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex3.mu')
-rw-r--r--ex3.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/ex3.mu b/ex3.mu
index bf4af1d9..b90af18b 100644
--- a/ex3.mu
+++ b/ex3.mu
@@ -2,11 +2,11 @@
 # and in raster order.
 #
 # To build a disk image:
-#   ./translate ex3.mu             # emits disk.img
+#   ./translate ex3.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: a new green pixel starting from the top left corner of the
 # screen every time you press a key (letter or digit)