mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
This commit is contained in:
parent
530aa51816
commit
340773ddb7
11 changed files with 640 additions and 1 deletions
|
@ -15,7 +15,8 @@ enum VendorID {
|
|||
RedHat = 0x1b36,
|
||||
Realtek = 0x10ec,
|
||||
QEMUOld = 0x1234,
|
||||
VirtualBox = 0x80ee
|
||||
VirtualBox = 0x80ee,
|
||||
VMWare = 0x15ad,
|
||||
};
|
||||
|
||||
enum DeviceID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue