summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/Console/ContiguousFramebufferConsole.cpp
AgeCommit message (Expand)Author
2021-09-06Kernel: Make kernel region allocators return KResultOr<NOP<Region>>Andreas Kling
2021-08-06Kernel: Add convenience values to the Memory::Region::Access enumAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-06-25Kernel: Abstract FramebufferConsole away from contiguous physical rangeSahan Fernando