aboutsummaryrefslogtreecommitdiff
path: root/lib/stdio
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-9/+9
|
* Add FILE structaqua2022-11-083-64/+70
|
* vga: fix text mode cursoraqua2022-11-031-1/+1
| | | | outb parameters are (value, port) and not (port, value)
* Add uppercase scancodesaqua2022-11-011-17/+33
| | | | Make text mode screen scroll
* add ps2_keyboard driveraqua2022-10-311-0/+4
|
* printf: add %d, %u and %xaqua2022-08-121-0/+12
|
* Initial commitaqua2022-08-121-0/+38
x86 kernel that prints a hello world message to com1