ptitSeb
ptitSeb
> Okay, I did some research and fact checking to come up with a QEMU column. Seb can let us know if it looks accurate. > > I also changed...
QEM use JIT. There is no interpreter in QEMU. Only Box has one to my knowledge. QEMU use an IR and "TCG" to generate it's code iirc. It approach "many...
QEMU user fully support 16k pagesize I think. (but I'm not 100% sure).
One last note: when you run steam stuffs, because steam has it's own rootfs basically, box64/box32 will use this one anwyay for any missing libs...
Last remark: I would say "Native OpenGLand Vulkan support" (because QEMU support anything, but emulated only)
Looks good to me. @ksco @rajdakin your thoughts?
I can give you an account to contribute on box86.org, that's not a problem. I think a FAQ (with more qeustion than just comparing box with other solutions) would be...
> Emulated instruction sets - differences: Box64: VMX FEX: 3DNow! QEMU: 3DNow!, SSE4a Box64 emulate an Intel only CPU (so 3Dnow! or SSE4a doesn't make sense). QEMU can be Intel...
> To me it seems that either FEX [added 3DNow! support](https://github.com/FEX-Emu/FEX/pull/1597) (with corresponding CPUID bits) without explicitly specifying is the CPU Intel or AMD (e.g. emulating a non-existing hybrid GenuineIntel...
It should, but gl4es doesn't support wine, so kindof useless there...