about summary refs log tree commit diff stats
path: root/apps/ex8.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-29 20:33:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-29 20:33:54 -0700
commit354c72a6377d04574efe1c5cfb4b29d91c939b15 (patch)
tree45bfab2a7d425d2bdfa15cfade0b0a5df87c9bae /apps/ex8.mu
parent14cfa3e109c1685d3263414f61e1767722298e67 (diff)
downloadmu-354c72a6377d04574efe1c5cfb4b29d91c939b15.tar.gz
.
Diffstat (limited to 'apps/ex8.mu')
-rw-r--r--apps/ex8.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ex8.mu b/apps/ex8.mu
index c5e695ed..91d2eabc 100644
--- a/apps/ex8.mu
+++ b/apps/ex8.mu
@@ -3,8 +3,8 @@
 # To build a disk image:
 #   ./translate apps/ex8.mu        # emits code.img
 # To run:
-#   bochs -f bochsrc               # bochsrc loads code.img
-# Set a breakpoint at 0x7c00 and start stepping.
+#   qemu-system-i386 code.img
+# You shouldn't see any exceptions.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var n/eax: int <- copy 0