summaryrefslogtreecommitdiff
path: root/Kernel/Arch/DebugOutput.h
AgeCommit message (Collapse)Author
2022-09-20Kernel: Abstract platform-specific serial port access from kprintfLiav A
kprintf should not really care about the hardware-specific details of each UART or serial port out there, so instead of using x86 specific instructions, let's ensure that we will compile only the relevant code for debug output for a targeted-specific platform.