From ac00ea787db6a3342a3511420237c0f1e983c44f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 23 Jan 2021 23:11:24 -0800 Subject: 7551 --- html/baremetal/boot.hex.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/baremetal/boot.hex.html') diff --git a/html/baremetal/boot.hex.html b/html/baremetal/boot.hex.html index d27c6b01..7f666df4 100644 --- a/html/baremetal/boot.hex.html +++ b/html/baremetal/boot.hex.html @@ -53,7 +53,7 @@ if ('onhashchange' in window) { https://github.com/akkartik/mu/blob/main/baremetal/boot.hex
-  1 # Code for the first disk sector that all programs in this directory need:
+  1 # Code for the first few disk sectors that all programs in this directory need:
   2 #   - load sectors past the first (using BIOS primitives) since only the first is available by default
   3 #     - if this fails, print 'D' at top-left of screen and halt
   4 #   - initialize a minimal graphics mode
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
  24 # This file contains just lowercase hex bytes and comments. Zero
  25 # error-checking. Make liberal use of:
  26 #   - comments documenting expected offsets
- 27 #   - size checks on the emitted file (currently: 512 bytes)
+ 27 #   - size checks on the emitted file (currently: 5120 bytes)
  28 #   - xxd to eyeball that offsets contain expected bytes
  29 #
  30 # Programs using this initialization:
-- 
cgit 1.4.1-2-gfad0