bbbruni

Results 20 comments of bbbruni

@io12 **WheezyE** tries to find a Android-compliant x86 wine build to run inside box86 (PlayOnLinux build of wine doesn't seem to work correctly in proot). See https://github.com/ptitSeb/box86/issues/523#issuecomment-1010154291

> ## Background > Modern processors implement [out-of-order execution](https://en.wikipedia.org/wiki/Out-of-order_execution) to enhance performance. They can reorder instructions as they see fit, as long as the end result of the program stays...

@iamahuman > Introduce MESI page table subsystem; protect Modified/Exclusive pages as private read-write, Shared pages as shared read-only, and Invalid pages as private no-access. In principle, you can have a...

> This would actually force everything to run on a single core, that would be bad for the performances, and the simple fact that it's running on single corre will...

> I'm not sure exactly what you meant (what is an "IRQ call"? Inter-process interrupts? System calls? ISR calls? Userspace context switching?). If I understood correctly, it wouldn't be good...

Basically, we can start from the simplest examples. As per http://nickdesaulniers.github.io/blog/2013/04/03/basic-jit/ ``` #include // printf #include // memcpy #include // mmap, munmap int main () { //*** // Hexadecimal x86_64...

> d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn Please run `sudo apt update && sudo apt-cache search dxtn` And post the result here

> sudo apt update What does `sudo apt update` return?

ok, try `sudo apt-file update` and post the result Then `sudo apt-file search dxtn` and post the result

> Command not found Then run `sudo apt-get install apt-file` and repeat the previous command