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:
parent
1067f8879b
commit
80f9f1580e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260888
14
sys/amd64/conf/VT
Normal file
14
sys/amd64/conf/VT
Normal 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
14
sys/i386/conf/VT
Normal 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
|
Loading…
Reference in New Issue
Block a user