ptitSeb

Results 2023 comments of ptitSeb

@bushibot you have disable PAGE16K because you are not running on a M1 on Asahi.. Install ccmake with `sudo apt install cmake-curses-gui` and use `ccmake .` in the build folder...

@bushibot with this configuration, it should work, you shouldn't have the PageSize configuration error. (If you still have it, remove the `build` folder and start over, as sometimes cmake keep...

the opcode is a RET FAR. it maybe linked to a 64bits 32bits call / ret, and need some more refactor. I'll probably start working on next dev. cycle (so...

there is partial SSE4.2 support, but it's not complete, and not in my immediate todo. Some 4.2 opcodes are really complex, What do you need SSE4.2 support for?

I don't think box64 is compatible with wine 7.8 yet. I have to debug it. It maybe possible that wine 7.8 introduce some wine32 on 64bits wrapper that need some...

It seems box64 cannot alocate the main memory of the binare at the address it must be loaded. Seems 0x200000 is taken by something. Not much box64 can do here,...

Check with `cat /proc/self/maps` what the allocated map looks like for cat... Maybe you'll see something.

Yep, so nothing box64 can do. And I don't know Termux or proot well enough to help, sorry.

no, those global symbols should be optional. But embedded tcmalloc is not yet supported. I started working on it, but I'm not finished yet.