mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Add a UEFI kernel configuration to include the VT kernel, and
replace the vt_vga driver with vt_efifb. This is intended to help with snapshot builds only. There is no intention to MFC this commit. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ed785830d7
commit
8be1b6d975
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264946
11
sys/amd64/conf/UEFI
Normal file
11
sys/amd64/conf/UEFI
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# VT -- kernel config using the vt(9) system console instead of legacy syscons
|
||||||
|
#
|
||||||
|
# For more information see https://wiki.freebsd.org/Newcons
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
include VT
|
||||||
|
ident UEFI
|
||||||
|
|
||||||
|
nodevice vt_vga
|
||||||
|
device vt_efifb
|
Loading…
Reference in New Issue
Block a user