I'm trying to run a binary faster its' real-time execution, and assumed Virtual Box may have a way in doing so, based off of this 10-year old post.
I need to emulate Windows 10. Is this possible, on any VM out there?
I'm trying to run a binary faster its' real-time execution, and assumed Virtual Box may have a way in doing so, based off of this 10-year old post.
I need to emulate Windows 10. Is this possible, on any VM out there?
Great documentation on the docs here, 2.13.2
https://docs.oracle.com/cd/E97728_01/F12469/html/fine-tune-timers.html
As explained above, using the command
VBoxManage setextradata "VM name" "VBoxInternal/TM/WarpDrivePercentage" 200
manages to set the clock to update 200% faster.