mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
This commit is contained in:
parent
3d36b194d1
commit
20c9e4c05c
7 changed files with 24 additions and 11 deletions
|
@ -24,7 +24,7 @@ class BochsDisplayConnector
|
|||
public:
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u16, IndexID);
|
||||
|
||||
static NonnullRefPtr<BochsDisplayConnector> must_create(PhysicalAddress framebuffer_address, size_t framebuffer_resource_size);
|
||||
static NonnullRefPtr<BochsDisplayConnector> must_create(PhysicalAddress framebuffer_address, size_t framebuffer_resource_size, bool virtual_box_hardware);
|
||||
|
||||
virtual IndexID index_id() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue