mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
5b6fdc96fc
Trapping rdtsc creates a huge load in some guests, e.g. Windows 8.1, that use this instruction very frequently. This influences audio playback/recording in a bad way (distorted sounds, …). As a interim solution disable the virtualization of rdtsc completely. As long as each guest VM runs on its own CPU core it should be fine as there should not be that much interference (TSC warping). That being said, TSC offsetting as well as adjusting within vbox have to be evaluated. Fixes #1768. |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
mk | ||
ports | ||
run | ||
src | ||
Makefile | ||
README |
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.