about summary refs log tree commit diff stats
path: root/apps/ex9.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/ex9.mu
parent14cfa3e109c1685d3263414f61e1767722298e67 (diff)
downloadmu-354c72a6377d04574efe1c5cfb4b29d91c939b15.tar.gz
.
Diffstat (limited to 'apps/ex9.mu')
-rw-r--r--apps/ex9.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/ex9.mu b/apps/ex9.mu
index 30853c69..deb3f2f7 100644
--- a/apps/ex9.mu
+++ b/apps/ex9.mu
@@ -8,9 +8,8 @@
 #       echo 'abc def ghi' |dd of=data.img conv=notrunc
 #   3. Familiarize yourself with how the data disk looks within xxd:
 #       xxd data.img |head
-#   4. Run in an emulator, either Qemu or Bochs.
+#   4. Run:
 #       qemu-system-i386 -hda code.img -hdb data.img
-#       bochs -f bochsrc.2disks
 #   5. Exit the emulator.
 #   6. Notice that the data disk now contains the word count of the original text.
 #       xxd data.img |head