summaryrefslogtreecommitdiff
path: root/Kernel/Keyboard.cpp
AgeCommit message (Expand)Author
2019-01-14Start refactoring the windowing system to use an event loop.Andreas Kling
2018-12-03More coding style changes.Andreas Kling
2018-11-17Make bash-2.05b build with minimal changes.Andreas Kling
2018-11-16Refactor TTY signal generation a bit.Andreas Kling
2018-11-10Merge VGA into VirtualConsole.Andreas Kling
2018-11-09Fix all current build warnings in the kernel.Andreas Kling
2018-11-02Basic ^C interrupt implementation.Andreas Kling
2018-11-01Convert VirtualConsole to the new coding style.Andreas Kling
2018-10-31Fuck it, add a 4th virtual console. :^)Andreas Kling
2018-10-30Virtual consoles kinda work!Andreas Kling
2018-10-30Start working on virtual consoles/TTYs.Andreas Kling
2018-10-30Basic support the backspace key.Andreas Kling
2018-10-25Implement a basic way for read() to block.Andreas Kling
2018-10-25Keyboard should support the space character (jeez!)Andreas Kling
2018-10-23Lots of hacking:Andreas Kling
2018-10-22Add IRQHandler class that can be subclasses to handle an IRQ.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling