quark/src/kernel/lib
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
..
binary.h Moved everything from util/ to lib/ 2022-06-19 19:29:10 +02:00
debug.c Added debug_printf() 2022-08-07 21:58:36 +02:00
debug.h Added debug_printf() 2022-08-07 21:58:36 +02:00
memory.c Physical memory manager 2022-07-18 21:28:03 +02:00
memory.h Physical memory manager 2022-07-18 21:28:03 +02:00
stdio.c Added debug_printf() 2022-08-07 21:58:36 +02:00
stdio.h Added debug_printf() 2022-08-07 21:58:36 +02:00
string.c Fixed VFS 2022-07-15 21:45:56 +02:00
string.h Fixed VFS 2022-07-15 21:45:56 +02:00