summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/BochsGraphicsAdapter.h
AgeCommit message (Expand)Author
2021-07-12Kernel/Graphics: Move Bochs graphics related code into a separate folderLiav A
2021-07-06Kernel: Don't remap BochsGraphicsAdapter MMIO registers on every accessAndreas Kling
2021-07-03Kernel/Graphics: Unblank the screen when initializing bochs displayLiav A
2021-07-02Kernel/PCI: Move the PCI components as a subfolder to the Bus directoryLiav A
2021-06-25Kernel: Abstract FramebufferConsole away from contiguous physical rangeSahan Fernando
2021-06-04Kernel: Use IO ports instad of MMIO with Bochs graphics in VirtualBoxLiav A
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A