1
Fork 0
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:
Liav A 2022-03-18 16:46:55 +02:00 committed by Linus Groh
parent 530aa51816
commit 340773ddb7
11 changed files with 640 additions and 1 deletions

View file

@ -15,7 +15,8 @@ enum VendorID {
RedHat = 0x1b36,
Realtek = 0x10ec,
QEMUOld = 0x1234,
VirtualBox = 0x80ee
VirtualBox = 0x80ee,
VMWare = 0x15ad,
};
enum DeviceID {