Subject: Re: FS & GS
To: None <brezak@apollo.hp.com>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 01/07/1994 03:57:30
> Why do you think that Wine requires the use of FS and GS ? Windows programs are
> '286 programs. The 80286 didn't have an FS and GS - right ?
The following lines from if1632/call.S:
#if 1
movw $UDATASEL,%ax
movw %ax,%fs
movw %ax,%gs
#endif
/*
* Call entry point
*/
.byte 0x66
lcall %fs:(%edx)
Maybe they can be rewritten?
-- Lennart
------------------------------------------------------------------------------