12 Facts About Linux console

1.

Linux console is a system console internal to the Linux kernel.

FactSnippet No. 1,251,776
2.

The Linux console provides a way for the kernel and other processes to send text output to the user, and to receive text input from the user.

FactSnippet No. 1,251,777
3.

The Linux console are implemented by the VT subsystem of the Linux kernel, and do not rely on any user space software.

FactSnippet No. 1,251,778
4.

Linux console was one of the first features of the kernel and was originally written by Linus Torvalds in 1991 .

FactSnippet No. 1,251,779
5.

The Linux console uses fixed-size bitmap, monospace fonts, usually defaulting to 8x16 pixels per character.

FactSnippet No. 1,251,780
6.

Linux console is an optional kernel feature, and most embedded Linux systems do not enable it.

FactSnippet No. 1,251,781
7.

Linux console provides a way for the kernel and other processes to output text-based messages to the user, and to receive text-based input from the user.

FactSnippet No. 1,251,782
8.

Each virtual Linux console can have its own character set and keyboard layout.

FactSnippet No. 1,251,783
9.

Linux console kernel has almost complete support for keyboard input, but it remains a bit inconsistent because it interacts badly with different character sets.

FactSnippet No. 1,251,784
10.

Linux console is capable of supporting any VGA-style text mode, but the kernel itself has very limited means to set these modes up.

FactSnippet No. 1,251,785
11.

Linux serial console is a console implementation via serial port, enabled by option CONFIG_SERIAL_CONSOLE in the kernel configuration.

FactSnippet No. 1,251,786
12.

The serial Linux console allows the same mode of access for the system, but usually at a slower speed due to the small bandwidth of RS-232.

FactSnippet No. 1,251,787