stand: Fix a couple of comment typos in f8a199f28f

The commit message documented it as /etc/src.conf but the comment in the
source mentioned the non-existent /etc/loader.conf.

Fixes:	f8a199f28f ("stand: Raise limit to 550,000 bytes for loader")
This commit is contained in:
Jessica Clarke 2022-08-13 20:48:30 +01:00
parent e688661642
commit 3179bb2737

View File

@ -27,8 +27,8 @@ VERSION_FILE= ${.CURDIR}/../loader/version
# So 640k - 40k - 25k - 25k = 550k = 563,200 bytes, but use 550,000 below for
# some extra buffer for more complex setups and/or wider BIOS lomem variation.
#
# Some systems use more stack or have BIOS resere more RAM (or both), and will
# need to set this lower in /etc/loader.conf if the above buffer is too small.
# Some systems use more stack or have BIOS reserve more RAM (or both), and will
# need to set this lower in /etc/src.conf if the above buffer is too small.
#
# sudo dd if=/dev/mem bs=1 iseek=0x413 count=2 | hd -d
#