Project

General

Profile

Actions

Feature #214

closed

Simultaneuous Serial/Video Console

Added by Jim Pingle over 14 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Operating System
Target version:
-
Start date:
12/08/2009
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

FreeBSD is capable of using both serial and video consoles at the same time. It seems like a good idea to enable this rather than making users choose.

To do this in FreeBSD, just stick this into /boot/loader.conf :

boot_multicons="YES" 
boot_serial="YES" 
console="vidconsole,comconsole" 

Whichever console is primary should be first in that list, so perhaps when the serial console is "enabled" it could just make serial the primary instead of video.

Actions

Also available in: Atom PDF