1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Add VT kernel configuration to ease testing of vt(9), aka Newcons

This commit is contained in:
Ed Maste 2014-01-19 18:46:38 +00:00
parent 1067f8879b
commit 80f9f1580e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260888
2 changed files with 28 additions and 0 deletions

14
sys/amd64/conf/VT Normal file
View File

@ -0,0 +1,14 @@
# 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

14
sys/i386/conf/VT Normal file
View File

@ -0,0 +1,14 @@
# 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