serenity/Kernel/Graphics
Ben Wiederhake 542a88a7be Kernel: Separate framebuffers from bootmode
Bootmode used to control framebuffers, panic behavior, and SystemServer.
This patch factors framebuffer control into a separate flag.
Note that the combination 'bootmode=self-test fbdev=on' leads to
unexpected behavior, which can only be fixed in a later commit.
2021-10-25 23:38:28 +02:00
..
Bochs Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
Console Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
Intel Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
VirtIOGPU Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult 2021-10-22 01:21:34 +02:00
Definitions.h
FramebufferDevice.cpp
FramebufferDevice.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
GraphicsDevice.h
GraphicsManagement.cpp Kernel: Separate framebuffers from bootmode 2021-10-25 23:38:28 +02:00
GraphicsManagement.h Kernel: Separate framebuffers from bootmode 2021-10-25 23:38:28 +02:00
VGACompatibleAdapter.cpp
VGACompatibleAdapter.h