summaryrefslogtreecommitdiff
path: root/Kernel/Console.cpp
AgeCommit message (Expand)Author
2018-10-30Fix bug where Console::the() was initialized too late.Andreas Kling
2018-10-30Start working on virtual consoles/TTYs.Andreas Kling
2018-10-30Basic support the backspace key.Andreas Kling
2018-10-29Fix broken SpinLock.Andreas Kling
2018-10-28Add save/unsave cursor escape sequences.Andreas Kling
2018-10-28Add basic support for ANSI color escape sequences.Andreas Kling
2018-10-27Implement 'H' and 'J' escape sequences.Andreas Kling
2018-10-26Remove logspam in /dev/{full,null,zero} now that they work just fine.Andreas Kling
2018-10-25Implement a basic way for read() to block.Andreas Kling
2018-10-23Remove remains of the old "panel" task.Andreas Kling
2018-10-23Also send console output to port 0xe9 (bochs console.)Andreas Kling
2018-10-22A lot of hacking:Andreas Kling
2018-10-21Have Console::write() directly call vga_putch.Andreas Kling
2018-10-21Add a Console device and start refactoring screen output.Andreas Kling