View Single Post
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#1
... crashing on the 770.

I noticed the configure set the FPU #define to 1, so i pulled that out

I also had to build libSDL_net, but i ended up pulling that out.

I'm running the most minimal dosbox.conf i can think of (all options disabled, no scaling, simple cpu emulation)

Comparing strace results, the only difference i've seen so far is that the scratchbox-armel environment calls old_mmap from libc and dosbox calls mmap2.

mmap2(NULL, 16781312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40555000
+++ killed by SIGKILL +++