git: 38b00f73b8dc - stable/14 - options: Make it clearer some x86 / BIOS only things

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 27 Aug 2024 18:07:09 UTC
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=38b00f73b8dc453cc976c56021578d01f5fc3f55

commit 38b00f73b8dc453cc976c56021578d01f5fc3f55
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-08-06 23:39:10 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-27 16:32:54 +0000

    options: Make it clearer some x86 / BIOS only things
    
    Suggested by: jrtc27
    Sponsored by: Netflix
    
    (cherry picked from commit bf4f27e85aa62e459fb4cde9ebd51e32bdac7910)
---
 tools/build/options/WITH_BEARSSL        | 2 +-
 tools/build/options/WITH_LOADER_PXEBOOT | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/build/options/WITH_BEARSSL b/tools/build/options/WITH_BEARSSL
index 9dcebbf1ae30..ff443a20586a 100644
--- a/tools/build/options/WITH_BEARSSL
+++ b/tools/build/options/WITH_BEARSSL
@@ -9,7 +9,7 @@ signature verification and related operations
 for Verified Exec and
 .Xr loader 8 .
 .Pp
-Due to size constraints, one may need to set
+Due to size constraints in the BIOS environment on x86, one may need to set
 .Va LOADERSIZE
 larger than the
 default 500000, although often loader is under the 500k limit even with
diff --git a/tools/build/options/WITH_LOADER_PXEBOOT b/tools/build/options/WITH_LOADER_PXEBOOT
index 01d4a0b86a66..37cf1fa254ec 100644
--- a/tools/build/options/WITH_LOADER_PXEBOOT
+++ b/tools/build/options/WITH_LOADER_PXEBOOT
@@ -1,4 +1,4 @@
-Build pxeboot on i386/amd64.
+Build pxeboot on i386/amd64 for BIOS booting.
 The PXE Boot loader package needs more space than we may have in the boot loader.
 If you need to increase
 .Va LOADERSIZE