From 38b00f73b8dc453cc976c56021578d01f5fc3f55 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 6 Aug 2024 17:39:10 -0600 Subject: [PATCH] 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 9dcebbf1ae3..ff443a20586 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 01d4a0b86a6..37cf1fa254e 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