about summary refs log tree commit diff stats
path: root/ex6.mu
diff options
context:
space:
mode:
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