ladybird/Kernel/Graphics/Bochs
Pankaj Raghav 83b87a5ade Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address
Create a bar_address_mask constant to mask the last 4 bits of a BAR
address instead of hand coding the mask all over the kernel.
2023-04-24 21:41:54 +02:00
..
Definitions.h Kernel/Graphics: Introduce support for QEMU isa-vga device 2022-09-20 19:05:13 +01:00
GraphicsAdapter.cpp Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address 2023-04-24 21:41:54 +02:00
GraphicsAdapter.h Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class 2023-01-26 23:04:26 +01:00
QEMUDisplayConnector.cpp Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
QEMUDisplayConnector.h Kernel: Move x86 Bochs VBE code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00