box64/docs
josch 508a153973
When BOX64_VERSION is set, just print the version and exit (#1238)
When set, box64 will only print its version and then exit. This option
is analogous to QEMU_VERSION used by binfmt_misc emulation of qemu-user.
Its purpose is the same: provide a way to soft-disable binfmt_misc
emulation as well as for identifying box64 as the registered binfmt_misc
emulator.

This commit enables adding support for box64 to the arch-test utility.
With this change, arch-test is able to soft-disable box64 as the x86_64
emulator in the same way as it does this for qemu and wine already.
Without this change, arch-test will report an architecture as natively
executable by the processor, disregarding that it actually gets emulated
by box64.

Furthermore, this commit enables identifying box64 as the currently
registered emulator for x86_64. This way, applications that know that
their emulation requirements cannot work with box64 can add a check to
find out that it is box64 doing the emulation and are able to print a
helpful error message.

Closes: #1237
2024-01-31 18:29:34 +01:00
..
img remove executable bits 2023-07-21 02:10:26 +02:00
box64.pod When BOX64_VERSION is set, just print the version and exit (#1238) 2024-01-31 18:29:34 +01:00
CHANGELOG.md Bumped version to v0.2.6 2023-12-15 19:26:45 +01:00
COMPILE.md add optimize build flag for Jetson orin and xavier (#1219) 2024-01-25 23:04:20 +01:00
USAGE.md Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) 2024-01-27 20:42:32 +01:00
X64WINE.md Create X64WINE.md (#423) 2022-10-10 08:15:31 +02:00