FreeNOS
Data Structures | Macros

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...
 

Detailed Description

The IBM Personal System/2 drivers supports keyboard input.

Macro Definition Documentation

◆ PS2_IRQ

#define PS2_IRQ   1

Interrupt number of the i8042 controller.

Definition at line 38 of file Keyboard.h.

◆ PS2_PORT

#define PS2_PORT   0x60

PS2 Keyboard input port.

Definition at line 35 of file Keyboard.h.

◆ PS2_RELEASE

#define PS2_RELEASE   0x80

Bit is set in the scancode, if a key is released.

Definition at line 41 of file Keyboard.h.