git: 50b5a37a12d0 - main - src.conf.5: LOADER_BIOS_TEXTONLY default change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Oct 2024 19:36:13 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=50b5a37a12d032085276b1f0ebb5f92c0cabed32 commit 50b5a37a12d032085276b1f0ebb5f92c0cabed32 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-10-30 19:33:51 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-30 19:35:57 +0000 src.conf.5: LOADER_BIOS_TEXTONLY default change WITH_LOADER_BIOS_TEXTONLY is now the default so document WITHOUT_LOADER_BIOS_TEXTONLY. Fixes: 23dee252daf2 loader: Change this BIOS tradeoff... --- share/man/man5/src.conf.5 | 9 ++++----- tools/build/options/WITHOUT_LOADER_BIOS_TEXTONLY | 2 ++ tools/build/options/WITH_LOADER_BIOS_TEXTONLY | 3 --- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 72ca14b8eae8..e8cbd30892d3 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd October 4, 2024 +.Dd October 30, 2024 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1025,10 +1025,9 @@ Do not build LLVM target support for X86. The .Va LLVM_TARGET_ALL option should be used rather than this in most cases. -.It Va WITH_LOADER_BIOS_TEXTONLY -Use the old, FreeBSD 12 vidconsole.c. -This only supports text mode without teken, without any graphics, font or video mode support. -This setting only affects the i386 and amd64 BIOS boot loader. +.It Va WITHOUT_LOADER_BIOS_TEXTONLY +Include graphics, font and video mode support in the i386 and amd64 BIOS +boot loader. .It Va WITH_LOADER_EFI_SECUREBOOT Enable building .Xr loader 8 diff --git a/tools/build/options/WITHOUT_LOADER_BIOS_TEXTONLY b/tools/build/options/WITHOUT_LOADER_BIOS_TEXTONLY new file mode 100644 index 000000000000..0b243b4276c4 --- /dev/null +++ b/tools/build/options/WITHOUT_LOADER_BIOS_TEXTONLY @@ -0,0 +1,2 @@ +Include graphics, font and video mode support in the i386 and amd64 BIOS +boot loader. diff --git a/tools/build/options/WITH_LOADER_BIOS_TEXTONLY b/tools/build/options/WITH_LOADER_BIOS_TEXTONLY deleted file mode 100644 index 08804c19c691..000000000000 --- a/tools/build/options/WITH_LOADER_BIOS_TEXTONLY +++ /dev/null @@ -1,3 +0,0 @@ -Use the old, FreeBSD 12 vidconsole.c. -This only supports text mode without teken, without any graphics, font or video mode support. -This setting only affects the i386 and amd64 BIOS boot loader.