summaryrefslogtreecommitdiff
path: root/Kernel/TTY/ConsoleManagement.h
AgeCommit message (Expand)Author
2021-09-05Kernel: Make all Spinlocks use u8 for storage, remove templateBrian Gianforcaro
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-08Kernel: Remove unnecessary churn in ConsoleManagementAndreas Kling
2021-05-31Kernel: Fix crash when switching to console 5 & 6Sebastian Zaha
2021-05-21Kernel: Fix framebuffer resolution modesetting after bootLiav A
2021-05-16Kernel: Print scheduler state to the display consoleLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A