ladybird/Kernel/Graphics
Liav A 02a980ee54 Kernel/Graphics: Always ensure a console is set when initialization ends
We use a ScopeGuard to ensure we always set a console of some sort if we
exit early from the initialization sequence in the GraphicsManagement
code. We do so to ensure we can boot into text mode console in an ISA-PC
machine type, because earlier we failed with an assertion due to not
setting any console for VirtualConsole to use.
2022-09-20 19:05:13 +01:00
..
Bochs Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
Console Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
Generic Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
Intel Kernel/PCI: Convert PCI BAR number to a strong typed enum class 2022-09-20 18:43:05 +01:00
VirtIOGPU Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VMWare Kernel/PCI: Convert PCI BAR number to a strong typed enum class 2022-09-20 18:43:05 +01:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
DisplayConnector.h Kernel: Simplify the File memory-mapping API 2022-08-24 14:57:51 +02:00
GenericGraphicsAdapter.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.cpp Kernel/Graphics: Always ensure a console is set when initialization ends 2022-09-20 19:05:13 +01:00
GraphicsManagement.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00