banan-os/kernel
Bananymous 3d3f12bd30 Kernel: Add new generic Printer class
kprint is now just a #define to Printer::print<terminal_putc>.

This allows us to use same print formatting for serial output :)
2022-12-10 00:57:09 +02:00
..
arch/i386 Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
include/kernel Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
kernel Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Add new generic Printer class 2022-12-10 00:57:09 +02:00