summaryrefslogtreecommitdiff
path: root/src/kernel/dev/keyboard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added direct acces to video memory from userland.std_c_userlandAlex AUVOLAT2013-07-111-1/+1
| | | | | | Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer.
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-181-1/+1
|
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-7/+29
|
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-171-0/+150