about summary refs log tree commit diff stats
path: root/ex6.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 /ex6.mu
parentf66de6139270475828f1dffd1985d68325bef34d (diff)
downloadmu-f774677854ca2f0affcccb362fb2c6b1c407df44.tar.gz
.
Diffstat (limited to 'ex6.mu')
-rw-r--r--ex6.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/ex6.mu b/ex6.mu
index 16aa34eb..cae98e36 100644
--- a/ex6.mu
+++ b/ex6.mu
@@ -1,11 +1,11 @@
 # Drawing ASCII text incrementally.
 #
 # To build a disk image:
-#   ./translate ex6.mu             # emits disk.img
+#   ./translate ex6.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 box and text that doesn't overflow it