about summary refs log tree commit diff stats
path: root/ex4.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-16 20:26:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-16 20:26:56 -0700
commitf774677854ca2f0affcccb362fb2c6b1c407df44 (patch)
treeb4cc48bdbed320caeac2cde54fcd3edeaf265040 /ex4.mu
parentf66de6139270475828f1dffd1985d68325bef34d (diff)
downloadmu-f774677854ca2f0affcccb362fb2c6b1c407df44.tar.gz
.
Diffstat (limited to 'ex4.mu')
-rw-r--r--ex4.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/ex4.mu b/ex4.mu
index caed4e5c..ec43c3e0 100644
--- a/ex4.mu
+++ b/ex4.mu
@@ -1,11 +1,11 @@
 # Draw a character using the built-in font (GNU unifont)
 #
 # To build a disk image:
-#   ./translate ex4.mu             # emits disk.img
+#   ./translate ex4.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: letter 'A' in green near the top-left corner of screen