15 lines
314 B
Plaintext
15 lines
314 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
|