quark/src/kernel/drivers
Arnau Camprubí 109b5b17a1 Added debug_printf()
The debug_printf() function works just as any printf-like function. It prints to the serial port using ANSI coloring. Also, debug_vprintf() was implemented, which takes arguments as a va_list instead of as variadic arguments.
2022-08-07 21:58:36 +02:00
..
keyboard.c Added debug_printf() 2022-08-07 21:58:36 +02:00
keyboard.h PS/2 keyboard driver 2022-06-19 19:08:16 +02:00
timer.c Added debug_printf() 2022-08-07 21:58:36 +02:00
timer.h APIC timer driver 2022-06-18 19:19:03 +02:00
uart.c Implemented UART and created its printf-like function 2022-08-07 20:08:46 +02:00
uart.h Implemented UART and created its printf-like function 2022-08-07 20:08:46 +02:00
vga.c VGA scroll 2022-06-21 00:32:49 +02:00
vga.h PS/2 keyboard driver 2022-06-19 19:08:16 +02:00