mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:40:54 +11:00
124da6adec
Although the SPI Relay driver is RC2014-specific, the SD Card driver is generic enough to be a subsystem. That's the second subsystem we add and this warrants, I think, the formalization of a new concept: protocols.
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
PS/2 keyboard subsystem
|
|
|
|
Provides (key) from a driver providing the PS/2 protocol. That
|
|
is, for a driver taking care of providing all key codes emanat-
|
|
ing from a PS/2 keyboard, this subsystem takes care of mapping
|
|
those keystrokes to ASCII characters. This code is designed to
|
|
be cross-compiled and loaded with drivers.
|
|
|
|
Requires PS2_MEM to be defined.
|
|
|
|
Load range: 411-414
|