about summary refs log tree commit diff stats
path: root/ex6.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-15 21:59:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-15 21:59:08 -0700
commit2998866b88f5f946010c07d2ede6eba8e389da6b (patch)
tree038051ac0b788b71783d74a1f0b877262877fe38 /ex6.mu
parent2f251aec4d4577ba222da170c2d0e9a00724bac7 (diff)
downloadmu-2998866b88f5f946010c07d2ede6eba8e389da6b.tar.gz
.
Diffstat (limited to 'ex6.mu')
-rw-r--r--ex6.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex6.mu b/ex6.mu
index 7d11069c..bd0978fe 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 disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or:
-#   bochs -f baremetal/boot.bochsrc               # boot.bochsrc loads disk.img
+#   bochs -f bochsrc               # bochsrc loads disk.img
 #
 # Expected output: a box and text that doesn't overflow it