Gráfico de commits

9 commits

Autor SHA1 Mensaje Fecha
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
Arnau Camprubí 0e0d79811e Implemented UART and created its printf-like function 2022-08-07 20:08:46 +02:00
Arnau Camprubí 1d64e83647 Physical memory manager 2022-07-18 21:28:03 +02:00
Arnau Camprubí 85f1b0969a Serial ports (still not working) 2022-06-22 15:12:17 +02:00
Arnau Camprubí a59ad4dea1 Renamed commands to lowercase 2022-06-20 18:06:05 +02:00
Arnau Camprubí 16eac4556d CLEAR command 2022-06-20 16:54:00 +02:00
Arnau Camprubí 77661a8f6f Implemented basic yet usable memory allocation 2022-06-20 16:52:25 +02:00
Arnau Camprubí 5ed34dbbe6 VERSION shell command 2022-06-20 14:17:13 +02:00
Arnau Camprubí dc4866b518 Basic shell 2022-06-19 19:54:09 +02:00