History log of /freebsd/stand/i386/libi386/textvidc.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 861f802b 19-May-2024 Warner Losh <imp@FreeBSD.org>

textvidc: Reindent

Since this is now 'new code' go ahead and reindent for modern project
preferences.

Sponsored by: Netflix


# a578e2b8 19-May-2024 Warner Losh <imp@FreeBSD.org>

boot/i386: Use C99 initializer for textvidc

Sponsored by: Netflix


Revision tags: release/13.3.0
# 3e15b01d 22-Feb-2024 Warner Losh <imp@FreeBSD.org>

libsa: Remove redundant sys/cdefs.h

Sponsored by: Netflix


# 1954e5c1 18-Feb-2024 Warner Losh <imp@FreeBSD.org>

loader: bring back old text-only video console

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 ter

loader: bring back old text-only video console

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
Differential Revision: https://reviews.freebsd.org/D43911

show more ...