summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/VGACompatibleAdapter.cpp
AgeCommit message (Expand)Author
2021-08-15Kernel: Make Kernel::VMObject allocation functions return KResultOrsin-ack
2021-07-03Kernel: Simplify graphics initialization somewhatLiav A
2021-06-25Kernel: Abstract FramebufferConsole away from contiguous physical rangeSahan Fernando
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-20Kernel: Allow VGA-capable graphics adapters to exist with legacy VGATom
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-21Kernel: Fix type, dectivate_writes => deactivate_writesLiav A
2021-05-16Kernel/Graphics: Assign console to be from VGACompatibleAdapter alwaysLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A