mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
6a728e2d76
This new subsystem is replacing the old code that was used to create device nodes of framebuffer devices in /dev. This subsystem includes for now 3 roles: 1. GraphicsManagement singleton object that is used in the boot process to enumerate and initialize display devices. 2. GraphicsDevice(s) that are used to control the display adapter. 3. FramebufferDevice(s) that are used to control the device node in /dev. For now, we support the Bochs display adapter and any other generic VGA compatible adapter that was configured by the boot loader to a known and fixed resolution. Two improvements in the Bochs display adapter code are that we can support native bochs-display device (this device doesn't expose any VGA capabilities) and also that we use the MMIO region, to configure the device, instead of setting IO ports for such tasks. |
||
---|---|---|
.. | ||
HID | ||
USB | ||
AsyncDeviceRequest.cpp | ||
AsyncDeviceRequest.h | ||
BlockDevice.cpp | ||
BlockDevice.h | ||
CharacterDevice.cpp | ||
CharacterDevice.h | ||
Device.cpp | ||
Device.h | ||
FullDevice.cpp | ||
FullDevice.h | ||
MemoryDevice.cpp | ||
MemoryDevice.h | ||
NullDevice.cpp | ||
NullDevice.h | ||
PCSpeaker.cpp | ||
PCSpeaker.h | ||
RandomDevice.cpp | ||
RandomDevice.h | ||
SB16.cpp | ||
SB16.h | ||
SerialDevice.cpp | ||
SerialDevice.h | ||
VMWareBackdoor.cpp | ||
VMWareBackdoor.h | ||
ZeroDevice.cpp | ||
ZeroDevice.h |