mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 20:02:12 +00:00
Kernel: Enable VMWareBackdoor immediately at boot
Rather than waiting until we get the first mouse packet, enable the absolute mode immediately. This avoids having to click first to be able to move the mouse.
This commit is contained in:
parent
f160df123b
commit
2b78b17926
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ void init_stage2()
|
|||
new RandomDevice;
|
||||
PTYMultiplexer::initialize();
|
||||
new SB16;
|
||||
VMWareBackdoor::the(); // don't wait until first mouse packet
|
||||
|
||||
bool force_pio = kernel_command_line().contains("force_pio");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue