Page MenuHomeFreeBSD

loader: bring back old text-only video console
ClosedPublic

Authored by imp on Feb 15 2024, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 9:07 AM
Unknown Object (File)
Sat, Oct 19, 9:07 AM
Unknown Object (File)
Sat, Oct 19, 9:07 AM
Unknown Object (File)
Sat, Oct 19, 8:48 AM
Unknown Object (File)
Sat, Oct 19, 7:06 AM
Unknown Object (File)
Mon, Oct 14, 4:42 PM
Unknown Object (File)
Sep 19 2024, 6:04 PM
Unknown Object (File)
Sep 10 2024, 1:54 PM
Subscribers

Details

Summary

Bring back vidconsole.c as textvidc.c from 2a0e2c88db20. This console
does no graphics stuff at all, supports no fancy logos, has known bugs
in the terminal emulation, etc. However, it is small. It will be a
build-time option to select between the two. The BIOS loader is running
out of space when too many options are selected, so this allows people
to select the smaller one to spend the space elsewhere. This is only the
verbatim copy of the old vidconsole.c. It's not yet connected to the
build.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable