banan-os/kernel/kernel
Bananymous c0bc002ac6 Kernel: Move debug printing to its own file
It didn't make sense that dprint was defined in Serial.h.
We also now dump dprint to tty if there is no serial and tty is initialized
2023-01-25 22:51:42 +02:00
..
APIC.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
CPUID.cpp Kernel: Move CPUID out of arch/ 2023-01-23 18:12:52 +02:00
Debug.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
Input.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
InterruptController.cpp Kernel: Rewrite APIC and PIC more OOP friendly 2023-01-23 20:13:57 +02:00
PIC.cpp Kernel: Rewrite APIC and PIC more OOP friendly 2023-01-23 20:13:57 +02:00
PIT.cpp Kernel: Rewrite APIC and PIC more OOP friendly 2023-01-23 20:13:57 +02:00
Panic.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
RTC.cpp Kernel/BAN: Add weekday to Time structure and get it with RTC 2022-12-13 14:37:10 +02:00
SSP.cpp Kernel: Improve kernel panic message and rename it 'panic'->'Panic' 2023-01-09 21:57:03 +02:00
Serial.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
Shell.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
TTY.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
VesaTerminalDriver.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
build_libc.cpp Kernel: Add support for arrow keys in Shell 2023-01-13 15:07:24 +02:00
font.c Kernel: Improve kernel panic message and rename it 'panic'->'Panic' 2023-01-09 21:57:03 +02:00
kernel.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00
kmalloc.cpp Kernel: Move debug printing to its own file 2023-01-25 22:51:42 +02:00