wscons - machine-independent console support
The wscons driver provides a machine-independent framework for workstation
consoles. It consists of several cooperating modules:
+o display adapters (see wsdisplay(9))
+o keyboards (see wskbd(9))
+o pointers and mice (see wsmouse(9))
+o input event multiplexor
+o font handling (see wsfont(9))
+o terminal emulation (see wsdisplay(9))
The wscons framework replaces the old rcons workstation framework and the
various machine-dependent console implementations.
This section describes places within the NetBSD source tree where actual
code implementing or utilising the machine-independent wscons subsystem
can be found. All pathnames are relative to /usr/src.
The wscons subsystem is implemented within the directory sys/dev/wscons.
wscons(4), driver(9), intro(9), wsdisplay(9), wsfont(9), wskbd(9),
wsmouse(9)
BSD October 7, 2001 BSD
[ Back ] |