about summary refs log tree commit diff stats
path: root/baremetal
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-23 23:11:24 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-23 23:11:24 -0800
commitac00ea787db6a3342a3511420237c0f1e983c44f (patch)
tree85aa0b4da8e08396685f42b04f35fb8c59ea3bca /baremetal
parent34599e2c63a203c47a656412d82ee1d91fcfee39 (diff)
downloadmu-ac00ea787db6a3342a3511420237c0f1e983c44f.tar.gz
7551
Diffstat (limited to 'baremetal')
-rw-r--r--baremetal/boot.hex4
1 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex
index ddc47d31..d0a85b4f 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -1,4 +1,4 @@
-# Code for the first disk sector that all programs in this directory need:
+# Code for the first few disk sectors that all programs in this directory need:
 #   - load sectors past the first (using BIOS primitives) since only the first is available by default
 #     - if this fails, print 'D' at top-left of screen and halt
 #   - initialize a minimal graphics mode
@@ -24,7 +24,7 @@
 # This file contains just lowercase hex bytes and comments. Zero
 # error-checking. Make liberal use of:
 #   - comments documenting expected offsets
-#   - size checks on the emitted file (currently: 512 bytes)
+#   - size checks on the emitted file (currently: 5120 bytes)
 #   - xxd to eyeball that offsets contain expected bytes
 #
 # Programs using this initialization: