freebsd-src/stand/i386
Warner Losh bbfc01c2d2 loader: Make MK_LOADER_BIOS_TEXTONLY work
Select between text-only and graphical frame buffer consoles for the
BIOS boot loader. Pull one or the other in with #ifdef in conf.c. Add
gfx_bios.c for the few routines that are needed for the BIOS support of
gfx. These are stubbed out for text-only mode. Move bi_load_vbe_data
here since it's only used for the graphical frame buffer.

Note: This setup also allows us to build multiple BIOS loaders if we
have to, some with text-only and some graphical. We don't do this today.
We may be forced to turn this on in the future if ZFS keeps growing.

The size savings is 41k, which helps a lot with some of our users that
want to enable more options in the BIOS boot loader than are normally
safe to do, and they don't need graphics.

Sponsored by: 		Netflix
Differential Revision:	https://reviews.freebsd.org/D43917
2024-02-17 23:29:07 -07:00
..
boot0 stand: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
boot0sio Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
boot2 stand: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
btx Use 115200 bps by default for serial communication 2023-08-17 13:31:38 -04:00
cdboot Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
common stand: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
gptboot stand: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
gptzfsboot Use 115200 bps by default for serial communication 2023-08-17 13:31:38 -04:00
isoboot stand: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
libi386 loader: Make MK_LOADER_BIOS_TEXTONLY work 2024-02-17 23:29:07 -07:00
loader loader: Make MK_LOADER_BIOS_TEXTONLY work 2024-02-17 23:29:07 -07:00
loader_4th Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
loader_lua loader: add target for dirdeps build 2023-11-02 19:35:08 -04:00
loader_simp Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mbr Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
pmbr pmbr: Only load the first 545k rather than error out 2023-11-27 15:45:56 -07:00
pxeldr Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
zfsboot Use 115200 bps by default for serial communication 2023-08-17 13:31:38 -04:00
boot.ldscript Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00