diff options
Diffstat (limited to 'results/scraper/box64/1973')
| -rw-r--r-- | results/scraper/box64/1973 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/results/scraper/box64/1973 b/results/scraper/box64/1973 new file mode 100644 index 000000000..244a41512 --- /dev/null +++ b/results/scraper/box64/1973 @@ -0,0 +1,6 @@ +[BOX32] Add binfmt support for 32-bit applications +Currently, Box64 only works for x86_64 applications automatically via `binfmt`. It looks like that configuration file is dynamically generated by CMake. + +https://github.com/ptitSeb/box64/blob/aebfd61539c595dddea2e3612c2ad4c358d2eae8/system/box64.conf.cmake + +Perhaps there can be a new build option `-D BOX32_BINFMT=1` to additonally enable support for x86_32 applications. Leave it off by default since it can conflict with Box86. Box32 is also still in early stages of development. \ No newline at end of file |