|
Lines 185-201
Link Here
|
| 185 |
Features that require graphics mode, like loadable fonts, will be |
185 |
Features that require graphics mode, like loadable fonts, will be |
| 186 |
disabled. |
186 |
disabled. |
| 187 |
.It Va kern.vty |
187 |
.It Va kern.vty |
| 188 |
When both |
188 |
Set this value to |
| 189 |
.Nm |
|
|
| 190 |
and |
| 191 |
.Xr sc 4 have been compiled into the kernel, the one to use for the |
| 192 |
system console can be selected by setting this value to |
| 193 |
.Ql vt |
189 |
.Ql vt |
| 194 |
or |
190 |
or |
| 195 |
.Ql sc . |
191 |
.Ql sc |
| 196 |
If this value is not set, |
192 |
to override the default driver used for the system console. |
|
|
193 |
By default, |
| 197 |
.Xr sc 4 |
194 |
.Xr sc 4 |
| 198 |
is used. |
195 |
is used on computers that boot from BIOS, and |
|
|
196 |
.Nm |
| 197 |
is used on computers that boot from UEFI. |
| 199 |
.It Va kern.vt.spclkeys |
198 |
.It Va kern.vt.spclkeys |
| 200 |
bitmap of allowed special keys. 1 is enabled, 0 is disabled. Encoded as: |
199 |
bitmap of allowed special keys. 1 is enabled, 0 is disabled. Encoded as: |
| 201 |
.Bl -tag -compact -width 0x000000 |
200 |
.Bl -tag -compact -width 0x000000 |