mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
Kernel: Add support for high bandwidth IO communication with VMWare
This commit is contained in:
parent
0c20f98c1c
commit
6070fe581b
3 changed files with 28 additions and 0 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
void send(VMWareCommand& command);
|
||||
|
||||
private:
|
||||
void send_highbandwidth(VMWareCommand& command);
|
||||
void get_highbandwidth(VMWareCommand& command);
|
||||
VMWareBackdoor();
|
||||
bool detect_presence();
|
||||
bool detect_vmmouse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue