Hobby OS for x86 (WIP)
Anar al arxiu
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
config VERSION shell command 2022-06-20 14:17:13 +02:00
docs QROFS utility script 2022-07-02 17:56:48 +02:00
scripts Serial ports (still not working) 2022-06-22 15:12:17 +02:00
src/kernel Added debug_printf() 2022-08-07 21:58:36 +02:00
tools QROFS utility script 2022-07-02 17:56:48 +02:00
.gitignore Initial code organization and GCC+binutils toolchain 2022-06-16 00:29:13 +02:00
LICENSE GPLv3 license 2022-06-16 00:37:28 +02:00
Makefile GRUB-bootable ISO 2022-06-20 13:48:40 +02:00