about summary refs log tree commit diff stats
path: root/ex5.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex5.mu')
-rw-r--r--ex5.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex5.mu b/ex5.mu
index 3a3c1563..cb0ec063 100644
--- a/ex5.mu
+++ b/ex5.mu
@@ -2,11 +2,11 @@
 # Also demonstrates bounds-checking _before_ drawing.
 #
 # To build a disk image:
-#   ./translate ex5.mu                            # emits disk.img
+#   ./translate ex5.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: text in green near the top-left corner of screen
 
' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164