d89a83edd0
kernel will now boot on both BIOS and EFI systems without modification. Equivalent functionality in GENERIC requires making vt(9) the default console driver, which is probably appropriate at this point.
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
# VT -- kernel config using the vt(9) system console instead of legacy syscons
|
|
#
|
|
# For more information see https://wiki.freebsd.org/Newcons
|
|
#
|
|
# $FreeBSD$
|
|
|
|
include GENERIC
|
|
ident VT
|
|
|
|
nodevice sc
|
|
nodevice vga
|
|
|
|
device vt
|
|
device vt_vga
|
|
device vt_efifb
|