about summary refs log tree commit diff stats
path: root/baremetal
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 19:25:32 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 19:25:32 -0800
commitcb13d947404e44d23ad0dd51641523be530a8dff (patch)
tree8c4cefea3c56b59ce28130063c2adf8a83a4e806 /baremetal
parent762107fdc23e7739e9db6843173506c4d00cae0e (diff)
downloadmu-cb13d947404e44d23ad0dd51641523be530a8dff.tar.gz
7477
Diffstat (limited to 'baremetal')
-rw-r--r--baremetal/ex2.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/ex2.mu b/baremetal/ex2.mu
index 4e0f20ae..b386fe5b 100644
--- a/baremetal/ex2.mu
+++ b/baremetal/ex2.mu
@@ -1,11 +1,11 @@
 # Test out the video mode by filling in the screen with pixels.
 #
 # To build a disk image:
-#   ./translate_subx_baremetal baremetal/ex2.subx    # emits disk.img
+#   ./translate_mu_baremetal baremetal/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 baremetal/boot.bochsrc               # boot.bochsrc loads disk.img
 #
 # Expected output:
 #   html/baremetal.png