aboutsummaryrefslogtreecommitdiff
path: root/devices/vga.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-152/+0
|
* Remove custom include paths in makefilesaqua2022-12-041-2/+2
| | | | Add symlinks target to top-level makefile
* Add FILE structaqua2022-11-081-29/+49
|
* vga: fix text mode cursoraqua2022-11-031-18/+18
| | | | outb parameters are (value, port) and not (port, value)
* Add ps2_ctrl_8042aqua2022-11-021-39/+40
|
* Enable interrupts after enabling the PICaqua2022-11-011-2/+2
|
* Add uppercase scancodesaqua2022-11-011-8/+104
| | | | Make text mode screen scroll
* Initial commitaqua2022-08-121-0/+35
x86 kernel that prints a hello world message to com1