|
MentOS
0.8.0
The Mentoring Operating System
|
Drivers for the Keyboard devices. More...
Go to the source code of this file.
Functions | |
| void | keyboard_isr (pt_regs *f) |
| The interrupt service routine of the keyboard. More... | |
| void | keyboard_enable (void) |
| Enable the keyboard. | |
| void | keyboard_disable (void) |
| Disable the keyboard. | |
| void | keyboard_update_leds (void) |
| Leds handler. | |
| int | keyboard_pop_back (void) |
| Gets and removes a char from the back of the buffer. More... | |
| int | keyboard_back (void) |
| Gets a char from the back of the buffer. More... | |
| int | keyboard_front (void) |
| Gets a char from the front of the buffer. More... | |
| int | keyboard_initialize (void) |
| Initializes the keyboard drivers. More... | |
| int | keyboard_finalize (void) |
| De-initializes the keyboard drivers. More... | |
Drivers for the Keyboard devices.