diff options
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/boot.hex | 4 |
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: |