[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
i386ex question
- Date: Wed, 30 Sep 1998 13:51:00 -0500 (CDT)
- From: joel at oarcorp.com (joel at oarcorp.com)
- Subject: i386ex question
On 29 Sep 1998 ian at airs.com wrote:
> I'm not completely up on i386 details, but my impression is that the
> instruction you really want here is
> data32 addr32 lgdt gdtptr - start16
>
> An autoconf test to see whether this works is
>
> AC_TRY_COMPILE(,[asm(".code16; data32 addr32 lgdt 0; .code32");],
> AC_DEFINE(NEW_GAS))
What does this need to be wrapped in to insure that it is only used on
i386-rtems* targets?
I would like this test in before the release. Speaking of which I would
like to do a snapshot, then a beta, then 4.0. With any luck, the beta
would follow the snapshot by 1 week. Similarly 4.0 would be about a week
after the beta with a public announcement a few days later.
Comments
--joel