about summary refs log tree commit diff stats
path: root/ex2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex2.mu')
-rw-r--r--ex2.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex2.mu b/ex2.mu
index bfced514..0d6e91cf 100644
--- a/ex2.mu
+++ b/ex2.mu
@@ -1,11 +1,11 @@
 # Test out the video mode by filling in the screen with pixels.
 #
 # To build a disk image:
-#   ./translate ex2.mu                            # emits disk.img
+#   ./translate ex2.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
 
 fn main {
   var y/eax: int <- copy 0