Page 1 of 1

V86 without TSS

Posted: Thu Oct 06, 2005 9:08 am
by guest
Hello !

I want change to V86 without using the TSS.

How does the iret frame look for switching into V86 ?

push SS ring 3
push ESP
pushf with VM enabled
push CS with ring 3 and D, G bit cleared
push offset
iret

Is that right ?