|
From: Julian S. <js...@ac...> - 2007-12-21 01:27:13
|
> So the wine folks do much the same as we do - wine-preloader is run, > which is a static executable linked to load at a high address. That > then mmaps everything from 0 up to 1.5Gb before acting as an ELF > loader and loading the real wine executable and it's shared libraries > into memory and transferring control. What happens if you change V's load address to say 0x90000000 (by messing with valt_load_address_normal in configure.in) ? J |