about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-27 20:42:32 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-27 20:42:32 +0100
commitf9c09293bf5f8da518c995bef7d768f1f1f65e47 (patch)
treee9556da7d0c8c44d42c54d6733244976b66280c7 /docs
parentcdffe2388ea2dbafd4c82e304fc228eaefe4ac94 (diff)
downloadbox64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.tar.gz
box64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.zip
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 37e9f642..39852e21 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -109,6 +109,11 @@ Will use 32bits address in priority for external MMAP (when 32bits process are d
  * 0 : Use regular mmap (default, except for Snapdragron build)

  * 1 : Use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for Snapdragon build)

 

+#### BOX64_IGNOREINT3 *

+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_X11GLX *

 Force libX11's GLX extension to be present.

 * 0 : Do not force libX11's GLX extension to be present.