diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-03-14 11:01:40 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-03-14 11:01:40 +0100 |
| commit | cd8bda7a29a2ef15d939890cacab02efb84e0158 (patch) | |
| tree | ee89bcc4a842c70582c5ac6736a1989309810bde /docs | |
| parent | 8115b4705109028650bdf0236b23a4991ddaaed2 (diff) | |
| download | box64-cd8bda7a29a2ef15d939890cacab02efb84e0158.tar.gz box64-cd8bda7a29a2ef15d939890cacab02efb84e0158.zip | |
Changed, again, RDTSC and Hardware counter, introducing auto calibration when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index c12a7618..5981a2aa 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -114,12 +114,6 @@ What to do when a CC INT3 opcode is encounter in the code being run * 0 : Trigger a TRAP signal if a handler is present * 1 : Just skip silently the opcode -#### BOX64_RDTSC * -Will use time-based emulation for rdtsc, even if hardware counter are available. Tick rate of Hardware counter (like on Arm64) might be too low for accurate RDTSC emulation. - * 0 : Use hardware counter if available (depend on architecture basicaly) - * 1 : Use monotonic timer to emulate rdtsc - * 2 : Check frequency of the hardware time (if present), and use hardware if frequency is 1GHz or better or else use mono-tonique time. - #### BOX64_X11GLX * Force libX11's GLX extension to be present. * 0 : Do not force libX11's GLX extension to be present. |