FreeNOS
|
The IBM Personal System/2 drivers supports keyboard input. More...
Data Structures | |
class | Keyboard |
PS2 Keyboard device driver. More... | |
Macros | |
#define | PS2_PORT 0x60 |
PS2 Keyboard input port. More... | |
#define | PS2_IRQ 1 |
Interrupt number of the i8042 controller. More... | |
#define | PS2_RELEASE 0x80 |
Bit is set in the scancode, if a key is released. More... | |
The IBM Personal System/2 drivers supports keyboard input.
#define PS2_IRQ 1 |
Interrupt number of the i8042 controller.
Definition at line 38 of file Keyboard.h.
#define PS2_PORT 0x60 |
PS2 Keyboard input port.
Definition at line 35 of file Keyboard.h.
#define PS2_RELEASE 0x80 |
Bit is set in the scancode, if a key is released.
Definition at line 41 of file Keyboard.h.