ptitSeb

Results 2020 comments of ptitSeb

Box86 doesn't have an overlay fs. It's a more simple approach than fex or qemu: box86 just run the program you want. Nothing else. It use armhf libs instead of...

Yeah, that would be better.

yeah, the "clone" syscall is barely supported. I need to find a better way to emulate this one.

Note that I have seen this syscall used in 2 cases: 1. When a segfault occured in mono/unity3d and it's used to call "gdb" 2. On program with a staticaly...

It is probably wrong. I need to redo this part, it's an old one, rarely used...

Can this ticket be closed now?

I can add 65 58 opcode, but this sequence is suspicious. I don't think it's leggit opcodes and there might be an issue elsewhere.

That's a windows game. You need to install x86 Wine to run it. Look at [docs/WINE.md](https://github.com/ptitSeb/box86/blob/master/docs/X86WINE.md) for a tutorial on how to do it

Read the README. Once installed, with binfmt integration, just run x86 linux stuff without thinking of box86: it will be called automtically. Can this ticket be closed now?