about summary refs log tree commit diff stats
path: root/baremetal/ex1.hex
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/ex1.hex')
-rw-r--r--baremetal/ex1.hex3
1 files changed, 2 insertions, 1 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex
index 39b458fa..d891b47e 100644
--- a/baremetal/ex1.hex
+++ b/baremetal/ex1.hex
@@ -1,6 +1,7 @@
 # The simplest possible program: just an infinite loop.
 # All is well if your computer clears screen and hangs without restarting.
-# On an emulator the window may get bigger to accomodate the 1280x1024 graphics mode.
+# On an emulator the window may get bigger to accomodate the higher-resolution
+# graphics mode.
 #
 # To convert to a disk image, first prepare a realistically sized disk image:
 #   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB