robert w hall <[EMAIL PROTECTED]> writes:
> I keep seeing occasional reports that 'wine does not run... on a
> win4lin-enabled kernel'. Though this is contrary to my experience and
> sounds like finger-trouble, I wonder if anyone has any better/hard
> info?.
I think the problem is that they changed the value of USER_CS and
USER_DS (the selectors used when running in 32-bit mode). We use these
to switch from 16 to 32-bit code, and their value is hardcoded in the
relay code at compile-time.
So it will work as long as you also compile on a win4lin-patched
kernel. But if you compile when running a normal kernel and run on the
patched one, or the other way around, it will break.
--
Alexandre Julliard
[EMAIL PROTECTED]