1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 12:55:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Liav A
f15b93c9a1 Kernel/Graphics: Use DisplayConnector design with generic framebuffers 2022-05-05 20:55:57 +02:00
Liav A
fafa339264 Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled
If there's no PCI bus, then it's safe to assume that the x86 machine we
run on supports VGA text mode console output with an ISA VGA adapter.
If this is the case, we just instantiate a ISAVGAAdapter object that
assumes this situation and allows us to boot into VGA text mode console.
2022-03-02 18:41:54 +01:00
Renamed from Kernel/Graphics/VGACompatibleAdapter.cpp (Browse further)