From ac00ea787db6a3342a3511420237c0f1e983c44f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 23 Jan 2021 23:11:24 -0800 Subject: 7551 --- baremetal/boot.hex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'baremetal') 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: -- cgit 1.4.1-2-gfad0