summaryrefslogtreecommitdiff
path: root/Kernel/Devices/ConsoleDevice.h
AgeCommit message (Expand)Author
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-10-03Kernel: Use `operator ""sv` in all class_name() implementationsBrian Gianforcaro
2021-09-17Kernel/Devices: Use try_create_device helper for ConsoleDeviceLiav A
2021-09-17Kernel/Devices: Move ConsoleDevice into the Devices source directoryLiav A