quark/src/kernel
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
..
arch/i686 Scoped VMM and PMM to arch/i686 2022-07-24 18:35:30 +02:00
drivers Added debug_printf() 2022-08-07 21:58:36 +02:00
fs Fixed VFS 2022-07-15 21:45:56 +02:00
hal Finished and fixed ISR+IDT 2022-06-18 03:56:45 +02:00
lib Added debug_printf() 2022-08-07 21:58:36 +02:00
entry.asm Physical memory manager 2022-07-18 21:28:03 +02:00
main.c Added debug_printf() 2022-08-07 21:58:36 +02:00
multiboot.h Physical memory manager 2022-07-18 21:28:03 +02:00
shell.c Added debug_printf() 2022-08-07 21:58:36 +02:00
shell.h Basic shell 2022-06-19 19:54:09 +02:00