about summary refs log tree commit diff stats
path: root/apps/ex1.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/ex1.mu
parent14cfa3e109c1685d3263414f61e1767722298e67 (diff)
downloadmu-354c72a6377d04574efe1c5cfb4b29d91c939b15.tar.gz
.
Diffstat (limited to 'apps/ex1.mu')
-rw-r--r--apps/ex1.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/ex1.mu b/apps/ex1.mu
index a96bed07..3755ccc7 100644
--- a/apps/ex1.mu
+++ b/apps/ex1.mu
@@ -4,8 +4,6 @@
 #   ./translate apps/ex1.mu        # emits code.img
 # To run:
 #   qemu-system-i386 code.img
-# Or:
-#   bochs -f bochsrc               # bochsrc loads code.img
 #
 # Expected output: blank screen with no errors