Re: i486 emu in mainline?

From: Alan Cox
Date: Tue May 25 2004 - 17:46:29 EST


On Tue, May 25, 2004 at 01:03:04PM -0400, Albert Cahalan wrote:
> The important thing is to correctly handle whatever is
> generated by gcc, icc, glibc, uclibc, dietlibc, klibc,
> and newlib. Thus you can assume that you're dealing with
> a 32-bit app that doesn't play LDT games. Segment selectors
> are limited to the pthreads assembly code.

The LDT stuff isnt that hard to deal with, you can probably ignore the
16bit code segment funky stuff, but you'd need to parse things like size
prefixes.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/